Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
the names of the tests you want to run on the command line.
Also, fixed some minor issues in two of the test suites.
|
|
streams accessing the same blocks at the same time. Right now it's safe, but
a little strange, since both streams work from seperate buffers. Maybe that's
ok, but it still needs some more investigation.
I want to remove the BitString stuff entirely, it turns out it's the slowest
part, which, upon actually looking at the code is completely obvious. This
change shouldn't change the API at all, just make adding blocks to streams much,
much faster.
|
|
doesn't yet normalize the endian-ness, and I guess at this point to maintain
compatibility I'll have to make it a little endian format. I would still like
to add better thread-safety to it, but that's about it.
|
|
failed to start.
|
|
compare ThreadId objects.
|
|
|
|
|
|
little explenation of the arrangement.
|