-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTODO
31 lines (28 loc) · 756 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
- Perf testing
- Fix R installation
- Build R scripts
- Profiling
- KeyGen may be the bottleneck, consider inlining key generation
- Instrumentation
- readable dump
- Cleaning during recovery
- Optimize clean shutdown
- Close()
- Reject any GC attempts
- Check on all public operations
- Handle in-flight log segment references?
- Log deletes
- Break out recovery tests
------------ Phase 2 ---------------
- HugeTLB
- Optimize CRC to use byte buffers directly
- Add store name to logging
- putIfAbsent()
- Lossy storage
- Refactor segment stats into HashStore
- Extensible hashing
- Investigate persisting index to disk?
- Remove guava dependency
- Consider optimizing rehash to bitshift?
- Handle IOException
- Hierarchical config