Update 'Works in progress'

master
Archivist 4 年之前
父節點
當前提交
e3a1c2de94
共有 1 個檔案被更改,包括 24 行新增2 行删除
  1. +24
    -2
      Works-in-progress.md

+ 24
- 2
Works-in-progress.md

@ -1,4 +1,3 @@
- [ ] Algorithm library
- Non allocating
- [ ] `sort`
@ -18,4 +17,27 @@
- [ ] `includes`
- [ ] `equal`
- [ ] `lexicographical_compare` (using 3-way comparisons)
- [ ] `includes`
- [ ] `includes`
- [ ] `begin` and `end`
- Datastructures
- [ ] `flat_tree`
- [ ] UTF-8 `string` (See BigJ's string)
- [ ] `tuple`
- Filesystems
- [ ] Filesystem union
- [ ] PubSub plumber filesystem
- [ ] Typical ramfs
- [ ] TagFS
- [ ] PoC
- [ ] Research paper
- Decisions
- [ ] polymorphic disk abstractions or templated abstractions?
- Refactoring
- [ ] Rename `buffer` to `slice`
- [ ] Better split of algorithm headers
- [ ] Better split of the tests
- [ ] Use concepts for most things
- [ ] Polymorphic allocators everywhere (as allocator pointers in the template parameters)
- [ ] `generic_allocator` type erasing wrapper (`gp::function` style?)
- [ ] fix `ring_list`
- [ ] fix `function`

Loading…
取消
儲存