Git Product home page Git Product logo

skyler1grey's Projects

acf icon acf

simulator code for the Adaptive Cuckoo Filter

bcf icon bcf

Better Choice Cuckoo Filter (BCF) is an efficient approximate set representation data structure. Different from the standard Cuckoo Filter (CF), BCF leverages the principle of the power of two choices to select the better candidate bucket during insertion. BCF reduces the average number of relocations of the state-of-the-art CF by 35%.

cbcf icon cbcf

Configurable Bucket Cuckoo Filter

cfbf icon cfbf

Cuckoo Filter with an Integrated Bloom Filter

coldfilter icon coldfilter

This repository contains the open source related to Cold Filter meta-framework (accepted by SIGMOD2018).

data-deduplication icon data-deduplication

Multiple ways of chunking for data deduplication: Fixed size chunking, Content defined chunking, and File based chunking.

dcf icon dcf

Dynamic Cuckoo Filter (DCF) is succinct data structure of approximate set representing and membership testing for large-scale dynamic data sets. DCF supports item insertion/deletion/query, and can flexibly adjust its capacity. A DCF reduces the memory space of the state-of-the-art Dynamic Bloom Filter significantly by 75% as well as greatly improving the speeds of insert/query/delete operation by 30% to 80%.

filecdc icon filecdc

An implementation of Content Defined Chunking(CDC)

hyperloglog icon hyperloglog

HyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction)

kingdb icon kingdb

Fast on-disk persistent key-value store

omsketch icon omsketch

This repository contains the open source of the OM sketch (accepted by Globecomm 2017 NGNI).

pyramid_sketch_framework icon pyramid_sketch_framework

This repository contains the open source of the Pyramid sketch framework (accepted by VLDB 2017 and then submitted to ToN).

rabin-cdc icon rabin-cdc

Fast implementation of Content Defined Chunking (CDC) based on a rolling Rabin Checksum in C.

sf-sketch icon sf-sketch

SF-sketch: A Two-stage Sketch for Data Streams

space-saving icon space-saving

Space Saving algorithm implementation (StreamSummary) in Java, used to solve heavy hitters / topk items.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.