Fullstop000 / wickdb

Pure Rust LSM-tree based embedded storage engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

util::slice::Slice might cause UBs

Fullstop000 opened this issue · comments

The implementation of Slice is unsafe and it requires extra concerns from users.

See https://github.com/Fullstop000/wickdb/pull/22/files/c5bbbf914a72b48458be407b438ca4bff2a7ce08#r350562173

All the Slice are removed except SkipList. This could be acceptable now.