lincount 0.1.0

Linear Counting for Dlang


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Probabilistic Linear Counting for Dlang

auto counter = LPCounter(32); // 32 kilobytes for internal BitArray

/// loop
  counter.put(anArrayOrString);
  // or
  //counter.put(anUint);
  //counter.put(anUlong); // not that the 3 and 3L is different entities!
  //counter.put(anUUID);

size_t count = counter.count;

Licence:

www.boost.org/LICENSE10.txt, Boost License 1.0

Authors:
  • Ilya Yaroshenko
Dependencies:
mir-algorithm
Versions:
0.1.0 2017-Mar-29
0.0.3 2017-Jan-28
0.0.2 2016-Apr-09
0.0.1 2016-Apr-09
~master 2017-Mar-29
Show all 8 versions
Download Stats:
  • 0 downloads today

  • 14 downloads this week

  • 14 downloads this month

  • 107 downloads total

Score:
1.5
Short URL:
lincount.dub.pm