GitXplorerGitXplorer
o

wordlist

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6db675ef1f47374b271b87a14c58c5849d6e58f4

comma slip

committed 10 years ago
Unverified
a47ed03bad029d78489e4b8f8bea45d833ea07cd

embellish bullets

committed 10 years ago
Unverified
af6e8fd7bf91567a091532680f4dd8b48fdf27f7

add quackle

committed 10 years ago
Unverified
32b256af4f6d93b583296b9f4f14ebbcc5efb5c8

add subheading

committed 10 years ago
Unverified
d67d5a6fa6bca3d7308c8f2c92f25adaec2907a3

link to @b0rk's blog instead of her tweet

committed 10 years ago
Unverified
35e7e9d27addb6a95002e7733eb7cde6efb5864a

Add more front compression examples.

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.