¡@

Home 

c# Programming Glossary: rope

Is there any scenario where the Rope data structure is more efficient than a string builder

http://stackoverflow.com/questions/1863440/is-there-any-scenario-where-the-rope-data-structure-is-more-efficient-than-a-str

than a string builder It is some people's opinion that rope data structures are almost never better in terms of speed than.. so I am curious to see realistic scenarios where indeed ropes are better. c# string stringbuilder ropes share improve.. where indeed ropes are better. c# string stringbuilder ropes share improve this question The documentation for the SGI..

How does StringBuilder's capacity change?

http://stackoverflow.com/questions/7547827/how-does-stringbuilders-capacity-change

was completely rewritten for .NET 4 now using ropes . Extending the allocation is now done by adding another piece.. the allocation is now done by adding another piece of rope of up to 8000 chars. Not quite as efficient as the earlier strategy..