1. 04 Apr, 2016 3 commits
  2. 30 Mar, 2016 2 commits
  3. 29 Mar, 2016 1 commit
  4. 18 Mar, 2016 33 commits
  5. 14 Mar, 2016 1 commit
    • Max Kellermann's avatar
      tag/TagPool: optimize _dup_item() · a3afd517
      Max Kellermann authored
      When a reference counter is at its limit, don't allocate a new
      TagPoolSlot - that would result in many TagPoolSlot instances with
      ref==1.  This in turn would make the linked list very very large,
      which means quadratic runtime for many operations.
      a3afd517