Published onOctober 14, 2022Building a high-performance database buffer pool in Zig using io_uring's new fixed-buffer modedatabasezigio_uringperformancelinuxIn this post, we will explore how to build a high-performance database buffer pool in Zig using io_uring's new fixed-buffer mode.
Published onSeptember 3, 2022Panama: Not-so-Foreign Memory. Using MemorySegment as a high-performance ByteBuffer replacement.javajvmforeign-memorypanamaAn overview of how the Panama Foreign Memory API can be useful outside of foreign/native applications
Published onMarch 19, 2022Building a Query Expression Language in Kotlin, plus dynamic SQL Generation using jOOQkotlinsqljvmquery-enginesjooqA tutorial on building a Query Expression Language/AST in Kotlin and implementing SQL generation