add purely functional red-black tree benchmark

This commit is contained in:
Joeri Exelmans 2025-04-14 18:25:09 +02:00
parent 342d4b34ef
commit c6c49a0966
3 changed files with 98 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
"type": "module",
"dependencies": {
"@inquirer/prompts": "^7.4.0"
"@inquirer/prompts": "^7.4.0",
"functional-red-black-tree": "^1.0.1"
}
}