No description
Find a file
Tej Chajed 637793d528
Add benchmarks for encoding and decoding
On my system, rough performance is as follows, all for 32-byte data:

wordenc
encode: 2.3 us/op
decode: 6.5 us/op

shortdict
encode: 3.2 us/op
decode: 6.5 us/op
2016-09-14 14:39:51 -04:00
cmd/gen-wordlist Implement short dictionary word encoding 2016-09-14 11:03:38 -04:00
shortdict Add benchmarks for encoding and decoding 2016-09-14 14:39:51 -04:00
decode.go Allow multiple words for same bit sequence 2016-09-13 09:52:38 -04:00
encode.go Allow multiple words for same bit sequence 2016-09-13 09:52:38 -04:00
encode_decode_test.go Add benchmarks for encoding and decoding 2016-09-14 14:39:51 -04:00
README.md Add barebones README 2016-09-11 16:00:17 -04:00
words.go Revert to old wordlist (with new format) 2016-09-13 12:18:04 -04:00

Word Encoding

Encoding binary data using words for convenient typing.