Skip to content

Programs that calculate entropy of a file (byte by byte)

Notifications You must be signed in to change notification settings

iibrahimli/entropy_calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

entropy_calc

2 programs that calculate entropy of a file (byte by byte).

entropy.c - tries to read all of the file, if not possible proceeds byte by byte.

entropy_map.cpp - a C++ implementation using std::unordered_map instead. The overhead here was more than I expected.

About

Programs that calculate entropy of a file (byte by byte)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published