the first 9front hackathon
orib.dev·176w
Preview
Report Post

orib.dev: The First 9front Hackathon

The first 9front hackathon is over.

Over the week of Aug 5th, a group of 10 developers descended on Malaga to work on 9front, hang out in the pool, and enjoy beer and friends.

This is the hackathon where we rewrote history. k0ga deleted the several hundred lines of quirky C that implemented the file history command, and replaced it with a small shell script that did the same job better.

One major project was scalability, implementing a patch that moved us away from preallocated processes, and towards lazily allocated processes. The main data structures should scale fine now up to a few million procs, but we rapidly run into bottlenecks. The first bottleneck was timers, which are currently in a sorted list. This works f…

Similar Posts

Loading similar posts...