yada icon indicating copy to clipboard operation
yada copied to clipboard

Yada is a yet another double-array trie library aiming for fast search and compact data representation.

Results 1 yada issues
Sort by recently updated
recently updated
newest added

`DoubleArray::get_unit()` calls `slice::get_unchecked()` internally, but this slice is not checked in `DoubleArray::new()`. So, it is possible to cause a segmentation fault even though the caller does not use `unsafe` blocks....