| shomali11/util |
247 |
|
1 |
10 |
over 3 years ago |
1 |
July 17, 2022 |
1 |
mit |
Go |
| A collection of useful utility functions |
| crunchyroll/objective_perceptual_analysis |
20 |
|
0 |
0 |
almost 3 years ago |
0 |
|
0 |
apache-2.0 |
Shell |
| Objective Perceptual Analysis - Compression Karma Predictor |
| MarkReedZ/mrcache |
18 |
|
0 |
0 |
over 2 years ago |
0 |
|
1 |
mit |
C |
| Mrcache is a key-value store similar to memcached with support for compression and disk |
| zkonge/EWF-FastHash |
15 |
|
0 |
0 |
over 4 years ago |
0 |
|
0 |
gpl-3.0 |
Python |
| Fast Expert Witness Compression Format (EWF) hash calculator |
| alecalve/headergolf |
9 |
|
0 |
0 |
over 6 years ago |
0 |
|
0 |
mit |
Kotlin |
| Efficient compression of Bitcoin's header chain |
| turbolocust/GZipper |
9 |
|
0 |
0 |
over 2 years ago |
0 |
|
0 |
gpl-3.0 |
Java |
| JavaFX file archiver and hash tool. Compress and decompress ZIP, JAR, GZIP and TARBALL (GZIP, BZIP2 or LZMA). |
| whitfin/siphash-cpp |
9 |
|
0 |
0 |
about 9 years ago |
0 |
|
0 |
mit |
C++ |
| A small C++ implementation of SipHash using a streaming algorithm with CLI |
| leejo/html-packer-perl |
8 |
|
0 |
0 |
over 6 years ago |
0 |
|
0 |
|
Perl |
| CPAN Module HTML::Packer |
| AdamWhiteHat/BloomFilter |
8 |
|
0 |
0 |
almost 3 years ago |
0 |
|
0 |
|
C# |
| A novel, space-efficient, probabilistic data structure for hashing a large number of values. It is similar to a hash table, but smaller because it does not need to store the entire value like HashTable and has better asymptotic performance, at the cost of possible false-positives, a likelihood that is configurable. False negatives are not possible. Best use case: Lightweight check if a value/query exists to reject needless/bogus call in place before performing a more latent or expensive request, such as a search for content or database call. |
| bartlomiejduda/ReverseBox |
7 |
|
0 |
0 |
over 2 years ago |
58 |
November 16, 2023 |
0 |
gpl-3.0 |
Python |
| ReverseBox is a Python package with a set of functions useful in reverse engineering. |