cplat
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Why Being on Hacker News Is a Superpower (thephilosopher.tech)
- India's biggest crypto exchange WazirX loses nearly half its reserves (timesofindia.indiatimes.com)
- The "Hidden Standards" Problem in Interviews (thephilosopher.tech)
- First, Came the Innovator (max-raven.webflow.io)
- The Skill Overload Syndrome (invertedindex.net)
- Finding your purpose for a fulfilling career (invertedindex.net)
- Feeling Stuck as a Software Engineer? (invertedindex.net)
- Must Have vs Code Extensions for Python Developers (crossplatform.net)
- Why Learn Python as Your First Programming Language (crossplatform.net)
- Motivating Yourself When You Are Stuck on Something for Days (crossplatform.net)
- Meetings – The power naps of the 21st century (raahul.me)
- Do You Outsource Thinking? (raahul.me)
- Do not experiment with software in the office (raahul.me)
- Consistently do smaller things for larger impact (raahul.me)
- The challenge with MOOCs and online learning (raahul.me)
-
I've been experimenting with using mmapped files as storage. One thing that I'm trying out is writing variable sized records to an mmapped file. However, I'll also be supporting deletions and updates, so fragmentation…