Skip to content

methodmissing/string_internals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP look into MRI Ruby's COW and buffer semantics for Strings

Boilerplate code for an upcoming blog post.

Tested on ruby-1.8.7-p334 (all 1.8.7 versions should be similar), but also compiles and runs on 1.9.2, but with it's own test suite as there's some implementation differences.

See test/test_8string_internals.rb (1.8.7) and test/test_9string_internals.rb (1.9) for now.

(c) 2011 Lourens Naudé (methodmissing)

About

A look into MRI Ruby's COW and buffer semantics for Strings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors