1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-16 09:36:17 +02:00

seeker: backward searching template function

This template turns a forward search primitive (e.g. lower_bound, FIEMAP,
TREE_SEARCH_V2) into a backward search primitive.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell
2021-10-09 00:22:48 -04:00
parent 23c16aa978
commit 24b904f002
3 changed files with 265 additions and 0 deletions

View File

@ -7,6 +7,7 @@ PROGRAMS = \
path \
process \
progress \
seeker \
task \
all: test