DEV Community

NARESH-CN2 profile picture

NARESH-CN2

Systems Architect focused on low-latency engineering. Founder of r/AxiomSystems. Currently bridging Python and C to build high-integrity data engines. Obsessed with performance and memory safety. 🚀

Joined Joined on  github website
Bypassing the "Pandas RAM Tax": Building a Zero-Copy CSV Extractor in C

Bypassing the "Pandas RAM Tax": Building a Zero-Copy CSV Extractor in C

Comments
2 min read
Abolishing the "Python Tax": How I hit $3.06 \text{ GB/s}$ CSV Ingestion in C 🧱🔥

Abolishing the "Python Tax": How I hit $3.06 \text{ GB/s}$ CSV Ingestion in C 🧱🔥

1
Comments
2 min read
Stop Paying the "Python Object Tax": 10M Rows in 0.08s with C and Parallel mmap

Stop Paying the "Python Object Tax": 10M Rows in 0.08s with C and Parallel mmap

Comments
2 min read
How to Bypass the Pandas "Object Tax": Building an 8x Faster CSV Engine in C

How to Bypass the Pandas "Object Tax": Building an 8x Faster CSV Engine in C

Comments
2 min read
How I cut Python JSON memory overhead from 1.9GB to ~0MB (11x Speedup)

How I cut Python JSON memory overhead from 1.9GB to ~0MB (11x Speedup)

Comments
2 min read
Python was too slow for 10M rows—So I built a C-Bridge (and found the hidden data loss)

Python was too slow for 10M rows—So I built a C-Bridge (and found the hidden data loss)

Comments
2 min read
loading...