Skip to content

A tool that builds a Bolt database from a tournament word list

License

Notifications You must be signed in to change notification settings

akillmer/dbwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbwords

In preparation for a simple game that I want to create, I needed a database of words that are valid for play. I Googled up a tournament word list and quickly coded this little tool to do that.

The only dependency this needs is the oh-so-excellent BoltDB -- seriously, I love this stuff.

Utilizing only a single Goroutine, essentially main, this tool can take quite a long time to complete. To help speed things up this program takes advantage of Go's biggest strength: concurrency. Using 8,000 Goroutines it takes about a second to put 82,551 words into the database. Pretty awesome stuff, but YMMV!

About

A tool that builds a Bolt database from a tournament word list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages