https://t.co/G10qnU1mZC - Ruby wrapper and https://t.co/B7coIF5tLx node.js wrapper for TRE approximate (fuzzy) regular expression library. It's allowing you to search for a pattern within a larger body of text while permitting a configurable number of errors #ruby#js#nodejs
re2js just got a lot faster at boolean matching. 🚀 I stripped out the overhead so matches() hits the DFA fast-path directly. Also added test() and testExact() for zero-allocation matching that bails on ReDoS traps instantly (no slow exceptions). https://t.co/uEOiWoNaoB #redos
Just updated PGTune. The math was showing its age, so it now supports PostgreSQL 18's new Async I/O, NVMe storage profiles, and scales memory limits based on whether your DB actually fits in RAM. Check it out: https://t.co/zpDZZToa5Z #postgresql#pgtune#tunning#database