FasTC/BPTCEncoder
Pavel Krajcevski 435f935de3 Update atomics compression algorithm
In general, we want to use this algorithm only with self-contained compression
lists. As such, we've added all of the proper synchronization primitives in
the list object itself. That way, different threads that are working on the
same list will be able to communicate. Ideally, this should eliminate the
number of user-space context switches that happen. Whether or not this is
faster than the other synchronization algorithms that we've tried remains
to be seen...
2013-03-09 13:34:10 -05:00
..
config Add detection for atomics 2013-03-06 17:16:36 -05:00
include Update atomics compression algorithm 2013-03-09 13:34:10 -05:00
src Update atomics compression algorithm 2013-03-09 13:34:10 -05:00
CMakeLists.txt Fix the horribly wrong check for atomic support with MSVC 2013-03-06 19:56:38 -05:00