File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## Bisection Keys
1
2
2
- Calcit Workflow
3
- ----
3
+ > Order keys generating algorithm. Similar to [ fractional indexing] ( https://observablehq.com/@dgreensp/implementing-fractional-indexing ) .
4
4
5
- > running in both Calcit and Calcit-js, with hot code reload.
5
+ Also see:
6
6
7
- ### Usages
7
+ - Clojure(Older version with known edge cases) https://github.com/Cumulo/bisection-key.cljs
8
+ - Rust(not finished yet) https://github.com/Cumulo/bisection-key.rs
9
+
10
+ ### Usage
11
+
12
+ _ TODO_
13
+
14
+ ``` cirru
15
+ bisection-key.core/bisect |a |b
16
+ ```
17
+
18
+ Charset, base65:
19
+
20
+ ```
21
+ +-/0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
22
+ ```
23
+
24
+ ### Development
8
25
9
26
Install [ calcit-runner] ( https://github.com/calcit-lang/calcit_runner.rs ) to run demo:
10
27
You can’t perform that action at this time.
0 commit comments