All Projects → hashvis → Similar Projects or Alternatives

113 Open source projects that are alternatives of or similar to hashvis

Thmap
Concurrent trie-hash map library
Stars: ✭ 51 (+18.6%)
Mutual labels:  hashing
Sirix
SirixDB is a temporal, evolutionary database system, which uses an accumulate only approach. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach called sliding snapshot.
Stars: ✭ 638 (+1383.72%)
Mutual labels:  hashing
Minperf
A Minimal Perfect Hash Function Library
Stars: ✭ 107 (+148.84%)
Mutual labels:  hashing
Blake2fast
Optimized BLAKE2 hashing implementations in C#
Stars: ✭ 63 (+46.51%)
Mutual labels:  hashing
Competitive Programming Repository
Competitive Programming templates that I used during the past few years.
Stars: ✭ 367 (+753.49%)
Mutual labels:  hashing
Hash Embeddings
PyTorch implementation of Hash Embeddings (NIPS 2017). Submission to the NIPS Implementation Challenge.
Stars: ✭ 126 (+193.02%)
Mutual labels:  hashing
Parallel Xxhash
Compute xxHash hash codes for 8 keys in parallel
Stars: ✭ 36 (-16.28%)
Mutual labels:  hashing
Hashnet
Code release for "HashNet: Deep Learning to Hash by Continuation" (ICCV 2017)
Stars: ✭ 192 (+346.51%)
Mutual labels:  hashing
Crypto Hash
Tiny hashing module that uses the native crypto API in Node.js and the browser
Stars: ✭ 501 (+1065.12%)
Mutual labels:  hashing
Eternal
A C++14 compile-time/constexpr map and hash map with minimal binary footprint
Stars: ✭ 93 (+116.28%)
Mutual labels:  hashing
Scala Hashing
Fast non-cryptographic hash functions for Scala
Stars: ✭ 66 (+53.49%)
Mutual labels:  hashing
Cuckoofilter
Substitute for bloom filter.
Stars: ✭ 270 (+527.91%)
Mutual labels:  hashing
Rollinghashcpp
Rolling Hash C++ Library
Stars: ✭ 141 (+227.91%)
Mutual labels:  hashing
Fast Near Duplicate Image Search
Fast Near-Duplicate Image Search and Delete using pHash, t-SNE and KDTree.
Stars: ✭ 54 (+25.58%)
Mutual labels:  hashing
Caffe Deepbinarycode
Supervised Semantics-preserving Deep Hashing (TPAMI18)
Stars: ✭ 206 (+379.07%)
Mutual labels:  hashing
Wyhash Rs
wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust
Stars: ✭ 44 (+2.33%)
Mutual labels:  hashing
Data Structures
Data-Structures using C++.
Stars: ✭ 121 (+181.4%)
Mutual labels:  hashing
Deep Mihash
Code for papers "Hashing with Mutual Information" (TPAMI 2019) and "Hashing with Binary Matrix Pursuit" (ECCV 2018)
Stars: ✭ 13 (-69.77%)
Mutual labels:  hashing
Merkletreejs
🌱 Construct Merkle Trees and verify proofs in JavaScript.
Stars: ✭ 238 (+453.49%)
Mutual labels:  hashing
Lazy importer
library for importing functions from dlls in a hidden, reverse engineer unfriendly way
Stars: ✭ 544 (+1165.12%)
Mutual labels:  hashing
Easycrypt
Android cryptography library with SecureRandom patches.
Stars: ✭ 102 (+137.21%)
Mutual labels:  hashing
C Sharp Algorithms
📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
Stars: ✭ 4,684 (+10793.02%)
Mutual labels:  hashing
Interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
Stars: ✭ 166 (+286.05%)
Mutual labels:  hashing
T1ha
One of the fastest hash functions
Stars: ✭ 302 (+602.33%)
Mutual labels:  hashing
Memento
Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
Stars: ✭ 74 (+72.09%)
Mutual labels:  hashing
Lazysodium Android
An Android implementation of the Libsodium cryptography library. For the lazy dev.
Stars: ✭ 69 (+60.47%)
Mutual labels:  hashing
Ahash
aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
Stars: ✭ 251 (+483.72%)
Mutual labels:  hashing
Auth Adt
Authenticated Data Structures Generically
Stars: ✭ 150 (+248.84%)
Mutual labels:  hashing
Low Latency Android Ios Linux Windows Tvos Macos Interactive Audio Platform
🇸Superpowered Audio, Networking and Cryptographics SDKs. High performance and cross platform on Android, iOS, macOS, tvOS, Linux, Windows and modern web browsers.
Stars: ✭ 1,121 (+2506.98%)
Mutual labels:  hashing
Clhash
C library implementing the ridiculously fast CLHash hashing function
Stars: ✭ 220 (+411.63%)
Mutual labels:  hashing
String Hash
Get the hash of a string
Stars: ✭ 56 (+30.23%)
Mutual labels:  hashing
Sketchy
Sketching Algorithms for Clojure (bloom filter, min-hash, hyper-loglog, count-min sketch)
Stars: ✭ 138 (+220.93%)
Mutual labels:  hashing
Farmhash.sharp
Port of Google's farmhash algorithm to .NET
Stars: ✭ 52 (+20.93%)
Mutual labels:  hashing
Argon2 Jvm
Argon2 Binding for the JVM
Stars: ✭ 245 (+469.77%)
Mutual labels:  hashing
Esecurity
MSc Module
Stars: ✭ 49 (+13.95%)
Mutual labels:  hashing
Password4j
Password4j is a user-friendly cryptographic library that supports Argon2, Bcrypt, Scrypt, PBKDF2 and various cryptographic hash functions.
Stars: ✭ 124 (+188.37%)
Mutual labels:  hashing
Node Argon2
Node.js bindings for Argon2 hashing algorithm
Stars: ✭ 1,008 (+2244.19%)
Mutual labels:  hashing
Util
A collection of useful utility functions
Stars: ✭ 201 (+367.44%)
Mutual labels:  hashing
Rhashmap
Robin Hood hash map library
Stars: ✭ 33 (-23.26%)
Mutual labels:  hashing
Stronglyuniversalstringhashing
Benchmark showing the we can randomly hash strings very quickly with good universality
Stars: ✭ 119 (+176.74%)
Mutual labels:  hashing
Java Competitive Programming
I have written some important Algorithms and Data Structures in an efficient way in Java with proper references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, All Pair Shortest Path, Longest Common Subsequence, Binary Search, Lower Bound Search, Maximal Matching, Matrix Exponentiation, Segment Tree, Sparse Table, Merge Sort, Miller Prime Test, Prims - Minimum Spanning Tree, BIT - Binary Index Tree, Two Pointers, BST - Binary Search Tree, Maximum Subarray Sum, Immutable Data Structures, Persistent Data Structurs - Persistent Trie, Dijkstra, Z - Function, Minimum Cost Maximal Matching, Heavy Light Decomposition, Knapsack, Suffix Array and LCP - Longest Common Prefix, Squre Root Decomposition, Kth Order Statics, Trie / Prefix Tree, LIS - Longest Increasing Subsequence, Hashing
Stars: ✭ 24 (-44.19%)
Mutual labels:  hashing
randomgen
Numpy-compatible bit generators and add some random variate distributions missing from NumPy.
Stars: ✭ 82 (+90.7%)
Mutual labels:  rng
Zero Allocation Hashing
Zero-allocation hashing for Java
Stars: ✭ 561 (+1204.65%)
Mutual labels:  hashing
Xxhash cpp
Port of the xxhash library to C++17.
Stars: ✭ 106 (+146.51%)
Mutual labels:  hashing
Name That Hash
🔗 Don't know what type of hash it is? Name That Hash will name that hash type! 🤖 Identify MD5, SHA256 and 3000+ other hashes ☄ Comes with a neat web app 🔥
Stars: ✭ 540 (+1155.81%)
Mutual labels:  hashing
Shokoserver
Repository for Shoko Server.
Stars: ✭ 184 (+327.91%)
Mutual labels:  hashing
Upash
🔒Unified API for password hashing algorithms
Stars: ✭ 484 (+1025.58%)
Mutual labels:  hashing
Dsh tensorflow
implemement of DEEP SUPERVISED HASHING FOR FAST IMAGE RETRIEVAL_CVPR2016
Stars: ✭ 97 (+125.58%)
Mutual labels:  hashing
Deephash
An Open-Source Package for Deep Learning to Hash (DeepHash)
Stars: ✭ 417 (+869.77%)
Mutual labels:  hashing
Libdict
C library of key-value data structures.
Stars: ✭ 234 (+444.19%)
Mutual labels:  hashing
Imagededup
😎 Finding duplicate images made easy!
Stars: ✭ 3,910 (+8993.02%)
Mutual labels:  hashing
Webcrypto
W3C Web Cryptography API for Node.js
Stars: ✭ 79 (+83.72%)
Mutual labels:  hashing
Deephash Papers
Must-read papers on deep learning to hash (DeepHash)
Stars: ✭ 302 (+602.33%)
Mutual labels:  hashing
Cyberchef
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
Stars: ✭ 13,674 (+31700%)
Mutual labels:  hashing
Md5 Simd
Accelerate aggregated MD5 hashing performance up to 8x for AVX512 and 4x for AVX2. Useful for server applications that need to compute many MD5 sums in parallel.
Stars: ✭ 71 (+65.12%)
Mutual labels:  hashing
crc32c
Fast CRC-32-Castagnoli implementation in Rust
Stars: ✭ 26 (-39.53%)
Mutual labels:  hashing
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+979.07%)
Mutual labels:  hashing
Damiengkit
Useful utility classes and helpers from DamienG.com
Stars: ✭ 221 (+413.95%)
Mutual labels:  hashing
Dagon
Advanced Hash Manipulation
Stars: ✭ 155 (+260.47%)
Mutual labels:  hashing
Ssri
Standard Subresource Integrity library for Node.js
Stars: ✭ 69 (+60.47%)
Mutual labels:  hashing
1-60 of 113 similar projects