special case buffer_get_token with token length 1 through memccpy (almost 4x speedup)

This commit is contained in:
leitner 2015-12-17 16:25:08 +00:00
parent 9cfa19396e
commit fb6c39be63

View File

@ -1,4 +1,5 @@
0.31:
special case buffer_get_token with token length 1 through memccpy (almost 4x speedup)
0.30:
add compiletimeassert.h