Skip to content

Commit 21c89a5

Browse files
committed
some more notes on this module
1 parent 378ee57 commit 21c89a5

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
1+
## Bisection Keys
12

2-
Calcit Workflow
3-
----
3+
> Order keys generating algorithm. Similar to [fractional indexing](https://observablehq.com/@dgreensp/implementing-fractional-indexing).
44
5-
> running in both Calcit and Calcit-js, with hot code reload.
5+
Also see:
66

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
825

926
Install [calcit-runner](https://github.com/calcit-lang/calcit_runner.rs) to run demo:
1027

0 commit comments

Comments
 (0)