LocustDB icon indicating copy to clipboard operation
LocustDB copied to clipboard

Fix usages of `unsafe` related to hard-to-model lifetimes

Open cswinter opened this issue 6 years ago • 0 comments

Various parts of the code use mem::transmute to make lifetimes work out for data referencing strings. More details on the issue here: https://clemenswinter.com/2018/07/09/how-to-analyze-billions-of-records-per-second-on-a-single-desktop-pc/4/ Probably not worth revisiting this until generic associated types are available.

cswinter avatar Dec 20 '18 03:12 cswinter