GitXplorerGitXplorer
o

wordlist

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
930a07bc30bbfcc006177d4b54fa18cf4c6cc6fe

add Fortran to readme

committed 10 years ago
Unverified
222b971c2b34a67965b52f6c72ff5524dda0e9c9

embellish readme

committed 10 years ago
Unverified
c154ff57d1e4d7bb1df9e056ac79728e1602d22f

add some tests

committed 10 years ago
Unverified
e9e8111af89af17f8e1ebe8a47ba7e674d79ab1e

Add link to wordlist web page.

committed 10 years ago
Unverified
a8094e3c933c4587d5ad6e0f332fd6ba398195c7

Add links to Perl and Python versions.

committed 10 years ago
Unverified
19ca60707160dfa2c72a7f541a0eefda09c23539

use flag.Usage with too many arguments

committed 10 years ago

README

The README file for this repository.

wordlist

Wordlist compression in Go.

This is a compression scheme for sorted lists of words. I learned it years ago from my friend Mike, who did it in Fortran. I re-did it in Perl and again in Python. Now I've done it in Go.

See also

This scheme is called front compression and it's not uncommon.