Skip to content

paulcager/subsets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subsets

Fast iteration of subsets, at the expense of a rather large amount of memory.

Q: What's this for?

A: I wanted to see if a lookup table would be fast than the traditional way of calculating subsets. CPUs have become faster at a greater rate than RAM.

Q: Is it?

A: Yes. Although unless your application does nothing except subset iteration, you won't notice it.

And for Go1.9 there is golang/go#18616 ....

About

Fast iteration of subsets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages