Skip to content

Commit

Permalink
DOC: Move TODO list to GH issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerry Manoim committed Jul 16, 2020
1 parent c5907f6 commit 7ab1e7c
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,39 +298,3 @@ Legend:
OPS: Operations Per Second, computed as 1 / Mean
================== 71 passed, 1 xfailed, 1 warning in 29.65s ===================
```


## TODO

- [X] iterators
- [X] object
- [X] arrays
- Note: Right now when iterate we convert everything automatically to python objects. Should we be smarter? Or is that not expected?
- [X] as dict methods for objects
- [X] keys methods for objects
- [x] values methods for objects
- [X] len methods
- [X] objects
- [X] arrays
- [ ] `count` for array
- [ ] `index` for array
- [ ] const everything that one might const
- [ ] clean up exceptions
- [X] Change ValueError to IndexError for OOB Array indexing
- [ ] clean up code
- [ ] fix names
- [ ] fix directory structures
- [ ] benchmarks
- [ ] Other compilter flags?
- [ ] tests/CI/publish
- [X] a real README
- [ ] Package a release
- [ ] string padding?
- [ ] extra functions
- [ ] validate_utf8
- [ ] load_many/parse_many
- [ ] load_many/parse_many with threads?
- [ ] case insensitive at?
- [ ] Add reprs to Object and Array
- [ ] Support negative indexing in Array
- [ ] Expose versions of libpy_simdjson and simdjson

0 comments on commit 7ab1e7c

Please sign in to comment.