- Sedna XML database –
- ThingDB (pharos) –
- Alarming Development : Beautiful Code – “The human mind can not grasp the complexity of a moderately sized program, much less the monster systems we build today.”
- Generational Real-time Garbage Collection | Lambda the Ultimate – A fully incremental, real-time generational collector based on a tri-partite nursery, which partitions the nursery into regions that are being allocated, collected, and promoted.
- Garbage Collection Without Paging | Lambda the Ultimate – Garbage collection offers numerous software engineering advantages, but interacts poorly with virtual memory managers.