Workiva / eva

A distributed database-system implementing an entity-attribute-value data-model that is time-aware, accumulative, and atomically consistent
Other
565 stars 25 forks source link

Generative BTree Tests #98

Open tylerwilding-wk opened 5 years ago

tylerwilding-wk commented 5 years ago

We have some resource-intensive (inefficient) generative tests for the B-epsilon trees that are very old. We'd like to rewrite them from scratch, making them:

  1. exercise more of the tree's operations at a greater depth
  2. faster, if possible