Skip to content

v1.1.0

Compare
Choose a tag to compare
@liurui39660 liurui39660 released this 20 Sep 00:30
· 31 commits to master since this release
  • Partially vectorize MIDAS-F's conditional merge
    • Reduce running time by ~10%
  • + a reproducible (no-random) demo
    • To test implementations in other languages
  • + official python implementation
    • See README.md
  • Merge EdgeHash.hpp and NodeHash.hpp -> CountMinSketch.hpp
  • Change the method signature of MIDAS::CountMinSketch::Hash()
    • indexOut is the first, same as other methods
    • b has a default value 0
  • Merge src/CMakeLists.txt into CMakeLists.txt
  • Rename variable MIDAS::*Core::timestampCurrent -> MIDAS::*Core::timestamp
    • Use this-> to differentiate
  • Rename macro ParallelProvider_* -> ParallelizationProvider_*
    • Only used in example/Experiment.cpp