lib/bufferized_ropes: Added default size of a buffer for rope leaves.
authorLucas Bajolet <r4pass@hotmail.com>
Thu, 24 Jul 2014 14:17:25 +0000 (10:17 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Thu, 24 Jul 2014 14:22:11 +0000 (10:22 -0400)
Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>

lib/bufferized_ropes.nit

index 8c8512a..5893e10 100644 (file)
@@ -312,3 +312,6 @@ redef class RopeString
 
 end
 
+# Default size of a buffer in a rope leaf.
+fun buf_len: Int do return 200
+