GitXplorerGitXplorer
o

wordlist

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a0015f03006996f11d80d392a337d1894bfc8dd6

use a switch for number of args

committed 10 years ago
Unverified
496d55d6389a09b911610c90d65fa796692f178c

make the first argument be the filename (without a flag)

committed 10 years ago
Unverified
183d19c0a76155240987831c4403629d5feba6a0

add main

committed 10 years ago
Unverified
430287aa6119ad471dd71b6692ca68241999f322

Initial commit

ooylenshpeegul 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.