github.com/le0pard/tre_regex - Ruby wrapper and github.com/le0pard/tre-regex 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). re2js.leopard.in.ua/#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: pgtune.leopard.in.ua/#postgresql#pgtune#tunning#database