JH
JH
I ran a profiling test which showed that `calloc` is the top CPU consumer. I saw in `density_allocate_context`, there is a line: `memset(context->dictionary, 0, context->dictionary_size);` (It turned out that gcc...
When compiling Chameleon in Lion + Xcode 4.1, there are tens of errors like this: file://localhost/Users/191919/Desktop/cocoa/Chameleon/UIKit/Classes/NSFetchedResultsController.h: error: Parse Issue: Unknown type name '__unsafe_unretained'
I had several problems when I tried to build pcompress on OS X with clang. Here is how I managed to build it. (1) `./config` failed ``` Checking for GCC...
and, sometimes code like this are not standard-complaint, but it is very useful. class A { trie_map::iterator begin(); }; It is supported in std::map and boost::unordered_map (before 1.48.0), but not...
and, sometimes code like this are not standard-complaint, but it is very useful. class A { skip_list_map::iterator begin(); }; It is supported in std::map and boost::unordered_map (before 1.48.0), but not...