Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

words

words is a simple program that estimates the number of different words that a file contains. More exactly, it performs a cardinality estimation.

Compiling

Use the provided Makefile:

$ make

Usage

words [-M <memory>] [-S <seed>] FILENAME

Options:

-M <memory>    Maximum memory to use (in bytes).

-S <seed>      Seed to use in the random generator.

About

words is a simple program that estimates the number of different words that a file contains.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages