• ylavic's avatar
    Speed up Pointer::operator<(). · eb6ee17d
    ylavic authored
    Speed is more important than alphabetical order (which makes few sense in
    JSON in general, and with pointers especially). The use case is indexing
    in std containers, i.e. O(log n) with rbtree, so the faster comparison
    the better.
    eb6ee17d
pointertest.cpp 56.7 KB