silentbicycle / skiparray

unrolled skip list library for C
ISC License
21 stars 2 forks source link

`skiparray_empty` #11

Open silentbicycle opened 5 years ago

silentbicycle commented 5 years ago

There should be a way to check if a skiparray is empty without needing to calculate the entire count.