forked from dhanji/loop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
37 lines (30 loc) · 751 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
TODO
----
- fix flaky concurrency test (isolate test JVMs?)
Stretch
-------
x process subsystem
x send message to 'process'
x balance processes across threadpools
x channel-local memory for serialized channels
- cron/timer process
- software transactional cells with MVCC and failed handlers
- reduce function (foldleft with implicit val)
- Fix error printing, indexOOB exception
- one line web server (loop web.server 8080)
- enumeration type
- hierarchical modules support
Algorithms
----------
x Quicksort
x MergeSort
x Insert Sort
x Djikstra's algroithm
x Djikstra's Shunting Yard
x Ransom Note
x Naive Factorial
- Skyline (range sorting)
- A* pathfinding
- Sieve of Eratosthenes
- Dining Philosophers
- Fan out/fan in (map-reduce)