more bonus tasks

Signed-off-by: Alex Chi <iskyzh@gmail.com>
This commit is contained in:
Alex Chi
2024-01-21 19:43:12 +08:00
parent da0ef2bb85
commit ba5579a451
4 changed files with 10 additions and 2 deletions

View File

@@ -81,4 +81,8 @@ For get requests, it will be processed as lookups in the memtables, and then sca
We do not provide reference answers to the questions, and feel free to discuss about them in the Discord community.
## Bonus Tasks
* **The Cost of Dynamic Dispatch.** Implement a `Box<dyn StorageIterator>` version of merge iterators and benchmark to see the performance differences.
{{#include copyright.md}}