Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Sep 10, 2024
1 parent fa127f5 commit 49e286c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions QUICKCHECK.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ Vec 8 [4.0, 4.0, 4.0, 3.0, 3.0, 3.0, 1.0, 1.0]
Vec 8 [4.0, 4.0, 4.0, 3.0, 3.0, 3.0, 1.0, 1.0]
- [ ] :qc \xs. (xs˙)'even.⩪xs = even. § xs
- [ ] \xs.\ys. (∧)/((=)`xs ys)
- [ ] Jensen-Shannon: H(p+q/2)-(H(p)+H(q))/2
- [ ] gte 0 (Hellinger as well)
5 changes: 5 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ T16 = T13.dim[0]
eor x5, x5, x5 a5 00 05 ca
```
- [ ] think of a better way to handle functions of tuples (internally)
- [ ] `πe` which places in registers?
- [ ] map-of-gen. idiom
- [ ] bitmask immediates for `and` on aarch64
- [ ] Use `Word64` for sets of registers
Expand Down Expand Up @@ -156,5 +157,9 @@ o → o → o
- [ ] https://github.com/profConradi?tab=repositories
- [ ] `isPrime`
- [ ] factors : int -> [(int, int)]
- [ ] https://x.com/cneuralnetwork/status/1831994612426387833
- [ ] cellular automata
- [ ] https://en.wikipedia.org/wiki/Rule_110
- [ ] https://en.wikipedia.org/wiki/Rule_30
# Debug
- [ ] sanity check negative dims

0 comments on commit 49e286c

Please sign in to comment.