Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
XML builder performance
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Frederick Cheung, post: 4622784"] I remember looking at this a while back and it turns out that a significant bottleneck is how builder escapes your text (look in the builder source for to_xs). It's doing a lot more that it has too (although I don't deny that a lot of the time that will be useful). There's a gem (fast_xs) which implements that in C and makes that bottleneck a lot faster. Fred [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
XML builder performance
Top