Skip to content
Snippets Groups Projects
  1. Jan 28, 2009
    • Mark Olesen's avatar
      PackedList gets count() and trim() methods · 7c739978
      Mark Olesen authored
      - the bit counting is relatively fast:
        under 0.2 seconds for 1M bits counted 1000 times
      
      - trim()'ing the final zero elements tested for a few cases,
        but might need more attention
      7c739978
  2. Jan 27, 2009
  3. Jan 26, 2009
  4. Jan 25, 2009
    • Mark Olesen's avatar
      PackedList changes · 84ec272d
      Mark Olesen authored
      - added Mattijs' speed tests
      - optimized resize() and assignment operators to avoid set() method
      - add const_iterator and re-did the proxy handling.
      
      Reading/writing by looping across iterators is still somewhat slow, but
      might be acceptable.
      84ec272d
  5. Jan 23, 2009
  6. Jan 22, 2009
  7. Jan 21, 2009
  8. Jan 20, 2009