The document presents a proposal for ultra-lightweight reference counting in FreeBSD, aimed at supporting multiple readers with sporadic writers efficiently. It discusses existing solutions and introduces a new API based on a per-CPU counter to handle reference counting without the overhead of atomic operations. The implementation details and challenges, including handling interrupts and ensuring thread safety, are also outlined.