The Wayback Machine - https://web.archive.org/web/20210625184113/https://github.com/lemire
Skip to content
Avatar
🚀
working hard and fast
🚀
working hard and fast

Achievements

Achievements

Highlights

  • Pro
  • 5 discussions answered

Organizations

@RoaringBitmap @FastFilter @simdjson @fastfloat @bits-and-blooms
Block or Report

Block or report lemire

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lemire/README.md

Pinned

  1. Parsing gigabytes of JSON per second

    C++ 13.4k 690

  2. A better compressed bitset in Java

    Java 2.3k 401

  3. Roaring bitmaps in Go (golang)

    Go 1.2k 136

  4. Go package implementing Bloom filters

    Go 1.2k 167

  5. Go library implementing xor filters

    Go 484 32

  6. Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod

    C++ 600 38

3,187 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri

Contribution activity

June 2021

Created 1 repository

Created a pull request in simdjson/simdjson that received 36 comments

Trying to diagnose a potential on-demand bug

If you just created an array, you would think that iter.is_at_container_start would return true no matter what.

+4 −5 36 comments
Opened 28 other pull requests in 7 repositories
simdjson/simdjson
4 open 12 merged 1 closed
RoaringBitmap/CRoaring
3 merged
fastfloat/fast_float
3 merged
lemire/EWAHBoolArray
2 merged
RoaringBitmap/roaring
1 merged
RoaringBitmap/RoaringBitmap
1 merged
lemire/cbitset
1 merged

Created an issue in simdjson/simdjson that received 19 comments

at_pointer in On Demand should automatically rewind

Currently, users of the On Demand API who use at_pointer (JSON Pointer) have to manually rewind. Why don't we make that automatic?

19 comments
Answered 1 discussion in 1 repository
118 contributions in private repositories Jun 1 – Jun 25