encompass-cs/TODO

7 lines
232 B
Plaintext
Raw Normal View History

- look at test coverage
2019-07-28 19:42:12 +00:00
- docs
- emit two packages: one for dev, which includes expensive runtime validation checks, and one for release, which disables them
- thread safety
2019-07-29 02:54:15 +00:00
- create ConcurrentHashSet based on ConcurrentDictionary