1pkg / gopium

Gopium 🌺: Smart Go Structures Optimizer and Manager
MIT License
209 stars 7 forks source link

Variables in Strategies Names #4

Closed 1pkg closed 4 years ago

1pkg commented 4 years ago

Gopium has long list of strategies that could take benefits by using additional names parameters, like:

Right now all strategies and their parameters hard coded internally, but Gopium needs ability to use flexible names parameters. This not only will simplify existing strategies but also potentially open a space for new strategies, like: cache rounding to fixed array size, etc.

1pkg commented 4 years ago

done