Performance

- Optimizes indexing into pending.data for direct task access.
This commit is contained in:
Paul Beckingham 2013-11-03 14:02:11 -05:00
parent 2ce8f4a416
commit d211337315
2 changed files with 9 additions and 4 deletions

View file

@ -48,6 +48,8 @@ Features
+ Rewritten task-sync(5) man page, listing sync options and setup guidelines..
+ Now properly uses the libc version of uuid_create and uuid_to_string for
FreeBSD (thanks to Pietro Cerutti).
+ Performance improvements:
+ Optimizes indexing into pending.data for direct task access.
Bugs
+ #1195 Random seed not random enough - removed all random number code (thanks