wtetzner / bitstring

Automatically exported from code.google.com/p/bitstring
GNU General Public License v2.0
0 stars 0 forks source link

Performance issue: Internal buffer is made too small #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've got a program when increasing internal default buffer size from 128 bytes 
to 2K
boost performances by 20%.
I'd like this to be either bigger by default or configurable.

For instance, we could have a public ref with default_buffer_size.
WDYT?

Original issue reported on code.google.com by gri...@gmail.com on 11 Jan 2013 at 10:39