juliusgeo
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Fastest(?) SIMD CSV Parser in Rust (github.com)
There are already a quite a few [0][1] CSV parsers that use SIMD, some in Rust, with a variety of approaches. I found simd-csv[1] to have a very interesting approach that leverages memchr to essentially "seek" for the…
- Smuggling Python Code Using Shrugging Faces (gist.github.com)
- Obfuscated Zip File Compressor in Python (gist.github.com)
- Zipyphus: Zip Compressor for the Damned (github.com)
- Bits and Pieces: zlib compliant DEFLATE compressor from scratch (gist.github.com)
- ASCII Eulerian Fluid Simulation in 2044 Bytes of Python (gist.github.com)
- International Obfuscated Python Code Competition (pyobfusc.com)
- 'Hello, World ' Simplified: Only 24 Lines of Python (gist.github.com)
- Constrict Your RAM with Python (gist.github.com)
- CPython Timsort Implementation Notes (github.com)
- Beating Bisect with Branchless Binary Search (github.com)
- Transpile Python to MongoDB Aggregations (github.com)
- “Fortune” Typing Speed Test in 80 Lines of Python (gist.github.com)
- Ioccc 1988 'Underscore Pi' Python Recreation (gist.github.com)
- Calculating Pi in Python for Pi Day (gist.github.com)
- 20M digits of pi in 1 minute using Julia (gist.github.com)
- Embrace Esoterism (xmodexp.prose.sh)
- ASCII Pi that computes itself to arbitrary precision in Python (gist.github.com)
- Pi with arbitrary precision using Bernoulli numbers (the slow way) (gist.github.com)
- Rijndael S-box in 512 bytes of Python (gist.github.com)
- AES Rijndael S-box in ~75 lines of Python (gist.github.com)