Daniel Lemire
Daniel Lemire
@gerrymanoim Would be great to support Windows too! This will be quite simple once https://github.com/pypa/distutils/pull/7 is resolved, since you will be able to compile using clang, under Windows.
See https://github.com/RoaringBitmap/CRoaring/pull/188
We should quickly return whether the maximal code point value is no larger than... - 127 - 255 - 65535 - 1114111 (fallback case). This is useful for the [PyUnicode_New...
We should also provide base64_to_binary(const char* input) -> std::vector, that does calculation of safe size and allocate memory internally. Or maybe something like base_to_binary(const char* input, cont: &Container) and static_assert...
When building Node.js, it is possible to replace most dependencies by locally provided ones. However, it does not apply for at least three dependencies: simdjson, simdutf, ada. This PR seeks...
$ go test -bench BenchmarkBounded32 goos: darwin goarch: amd64 pkg: github.com/lemire/pcg BenchmarkBounded32-4 200000000 7.85 ns/op BenchmarkBounded32Fast-4 300000000 4.79 ns/op PASS ok github.com/lemire/pcg 4.323s
Windows 11 version 24H2, Rocky Linux 9, RedHat Linux 9, all defaults on x86-64-v2 which means that we have SSSE3, SSE4.1, SSE4.2 and POPCNT. We might be able to include...
Incorporate simd percent decoder (Jeff Plaisance). Currently, this does not shine in our benchmarks. credit: @jeffplaisance
We have a command line tool (adaparse) that does not do much right now, but we could extend it to mimic https://github.com/curl/urler