Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 372 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 372 Bytes

cpputils

C++ utility libraries

  • Regular expressions using POSIX regex(3) when Boost is just too heavy or annoying to install
  • Some other space/time-saving things (timers, perl-like string chomp/split, string convert to anything and back, etc.
  • Wrapper library for mysqlpp and Patricia (structure to store IP addresses/address ranges as a prefix trie)