2 projects tagged "asm"
LRZIP is a compression program and library that can achieve very high compression ratios and speed when used with large files using unlimited sized compression windows. It uses the combined compression algorithms of zpaq and lzma for maximum compression, lzo for maximum speed, and the long range redundancy reduction of rzip. It is designed to scale with increases with RAM size, improving compression further. A choice of either size or speed optimizations allows for either better compression than even lzma can provide, or better speed than gzip, but with bzip2 sized compression levels. It also has high grade password protected encryption and full STDIN/STDOUT support.
Libfastcounters is a C library to maintain counters. It makes it convenient for a server program to count many kinds of events. Incrementing is fast, on the order of nanoseconds. Incrementing is atomic. Counters are shared across processes. Counters are persistent. You can address counters by number or by name. Libfastcounters includes a command line tool to create, modify, and read the persistent counters file.
PDNS is an advanced high performance authoritative nameserver