p5-Compiler-Lexer icon indicating copy to clipboard operation
p5-Compiler-Lexer copied to clipboard

#53 re-fix - dynamic buffer allocation

Open y3i12 opened this issue 10 years ago • 3 comments

The Fixed amount added by the patch of issue #53 did not solved all the cases - dynamical reallocation was implemented to create a better solution; Added missing file META.yml;

y3i12 avatar Oct 29 '15 14:10 y3i12

META.yml is generated from make dist, so no need to add it.

@y3i12++

xsawyerx avatar Oct 29 '15 15:10 xsawyerx

Also solves #60 and #59.

y3i12 avatar Oct 29 '15 15:10 y3i12

Please check performance. I'm worried that the speed becomes slower.

goccy avatar Dec 05 '15 02:12 goccy