Tag
This article highlights a valuable software gem from 2010, likely referring to a Ruby gem or a notable tech item from that year.
Jektex 0.2.0 is a Jekyll plugin for server-side LaTeX rendering that is now approximately 10x faster than the previous version, with caching and macro support.
The article details the implementation of automatic buffer management using io_uring's buffer rings in UringMachine, a Ruby gem for asynchronous I/O. It explains how buffer rings enable efficient multishot read/recv operations by allowing the kernel to use application-provided buffers.