maumueller's Stars
janestreet/magic-trace
magic-trace collects and displays high-resolution traces of what a process is doing
scikit-learn-contrib/hdbscan
A high performance implementation of HDBSCAN clustering.
Minqi824/ADBench
Official Implement of "ADBench: Anomaly Detection Benchmark", NeurIPS 2022.
ekzhu/SetSimilaritySearch
All-pair set similarity search on millions of sets in Python and on a laptop
cmuparlay/parlaylib
A Toolkit for Programming Parallel Algorithms on Shared-Memory Multicore Machines
jermp/pthash
Fast and compact minimal perfect hash functions in C++.
cmuparlay/ParlayANN
A library of algorithms for approximate nearest neighbor search in high dimensions, along with a set of useful tools for designing such algorithms.
microsoft/synthetic-data-showcase
Generates synthetic data and user interfaces for privacy-preserving data sharing and analysis.
zilliztech/pyglass
Graph Library for Approximate Similarity Search
wangyiqiu/dbscan-python
Theoretically Efficient and Practical Parallel DBSCAN
wangyiqiu/hdbscan
A Fast Parallel Algorithm for HDBSCAN* Clustering
ParAlg/ParGeo
sadit/SimilaritySearch.jl
A nearest neighbor search library with exact and approximate algorithms
Markus-Goetz/hpdbscan
Highly parallel DBSCAN (HPDBSCAN)
gaurav16gupta/BLISS
Large Scale Search Index
mkarppa/hyperlogloglog
HyperLogLogLog: Counting Distinct Elements With One Log More
sebawild/powersort
C++ implementations of Powersort and 4-way Powersort
tobc/dartminhash
DartMinHash: Fast Sketching for Weighted Sets
HuangQiang/P2HNNS
Point-to-Hyperplane NNS Beyond the Unit Hypersphere (SIGMOD 2021)
NinhPham/FalconnPP
Falconn++ is a locality-sensitive filtering (LSF) approach, built on top of cross-polytope LSH (FalconnLib) to answer approximate nearest neighbor search with inner product.
robert-sedgewick/hyperbitbit
Official repository for the official implementation of HyperBitT, HyperBitBit64, and HyperTwoBits
Jacyhust/PM-LSH
The source code for PM-LSH (PVLDB 2020)
Jacyhust/FARGO
The source code for FARGO (PVLDB 2023)
Kejing-Lu/MQH
sisap-challenges/sisap-challenges.github.io
main site of the SISAP challenges
vioshyvo/a-multilabel-classification-framework
Companion repo for a NeurIPS 2022 paper "A Multilabel Classification Framework for Approximate Nearest Neighbor Search"
Cecca/workloads-difficulty
A repository to share papers/code/data/work on assessing the difficulty of workloads and generating it.
ShacharSchnapp/DP_AQ
talwagner/lsq
Differentially private kernel density estimation (DP-KDE) via Locality Sensitive Quantization (LSQ)
derohde/knn_test
K-Nearest Neighbor Graph Testing Library