COOL-cohort / COOL

the source code of the COOL system
https://www.comp.nus.edu.sg/~dbsystem/cool/
Apache License 2.0
45 stars 16 forks source link

Refactor storevector #74

Closed hugy718 closed 1 year ago

hugy718 commented 2 years ago

The current organization of storevector seems quite ad-hoc. The input vector is not a good abstraction, defining a set of interface methods, which aren't general enough to be used/implemented by its implementing classes.

Give a few ideas about my plan here:

Any comments?

hugy718 commented 1 year ago

Done with PR #127