# README
Cell Cores for Cardinality Cube
Implement Core interface and CoreInitiator functions to create custom cores. You can see examples like basic set (basicset.go) or hyperloglog (hll.go). And don't forget to add tests.
Implement Core interface and CoreInitiator functions to create custom cores. You can see examples like basic set (basicset.go) or hyperloglog (hll.go). And don't forget to add tests.