Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

libhashish

Compare

  Analyzed about 12 hours ago

Libhashish is a powerful and generic hash library for C and C++. The library attempt to combine the best algorithms in this area and take all kinds of optimizations into account. Furthermore the main focus is applicability - at least you should use this library.

7.41K lines of code

0 current contributors

over 15 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

C++ Bloom Filter Library

Compare

  Analyzed about 21 hours ago

C++ Bloom Filter Library, with the following capabilities: 1. Optimal parameter selection based on expected false positive rate. 2. Union, intersection and difference operations between bloom filters. 3. Compression of in-use table (increase in false positive probability vs space) ... [More] 4. Portable and efficient source code implementation. Compatible Compilers: * GCC 4.0+ * Intel C++ Compiler 9.0+ * Microsoft Visual C++ 8.0+ * Comeau C/C++ 4.1+ For more information please visit: http://www.partow.net/programming/hashfunctions/index.html [Less]

1.13K lines of code

1 current contributors

over 4 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This