Scott Myron
Scott Myron
Version 2 of the introduction of ARM Neon SIMD. There are currently two implementations: 1. "Rules" based. 2. Lookup Table based. This is effectively an SIMD accelerated version of the...
Create this as separate from the SIMD branch. Use [bit twiddling](https://graphics.stanford.edu/~seander/bithacks.html) to speed up JSON generation. This effectively inlines `memchr(ptr, '"', len)` and `memchr(ptr, '\\', len)` as well as a...
Hello! Me again.. this time optimizing `oj_dump_cstr` on x86-64 platforms using SSE4.2 and SSSE3. This PR is not yet ready for a thorough review but I wanted to get the...