@lemire
Daniel Lemire is a computer science professor. His research is on software performance in data engineering.
Você recebeu 7,453 estrelas em seus repositórios públicos.
Seus projetos foram bifurcados 1,156 vezes.
Você fez 2,000 contribuições no último ano.
Você programa em 13 linguagens diferentes.
Você tem 7,527 seguidores no GitHub.
Sua conta GitHub existe há 15 anos.
Teste como suas métricas afetariam seu GitScore
This is a repository for the code posted on my blog
Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster than strtod
A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.
A simple bitset library in C
Fast random number generation in an interval in Python: Up to 10x faster than random.randint.