Skip to content

Commit

Permalink
Add a non-reentrant version of bitser
Browse files Browse the repository at this point in the history
This may replace the default implementation if reentrancy does not seem
to be an important constraint for library users.

It tends to be much faster than regular bitser, helping it catch up with
lua-MessagePack and binser in the cases it lags behind.
  • Loading branch information
gvx committed Feb 23, 2016
1 parent f2ee38a commit ff25d2b
Show file tree
Hide file tree
Showing 3 changed files with 436 additions and 0 deletions.
Loading

0 comments on commit ff25d2b

Please sign in to comment.