1. 30 Jul, 2015 1 commit
  2. 29 Jul, 2015 11 commits
  3. 21 Jul, 2015 1 commit
  4. 17 Jul, 2015 3 commits
  5. 16 Jul, 2015 1 commit
  6. 15 Jul, 2015 5 commits
  7. 14 Jul, 2015 1 commit
  8. 10 Jul, 2015 6 commits
  9. 09 Jul, 2015 2 commits
  10. 08 Jul, 2015 2 commits
  11. 02 Jul, 2015 1 commit
    • Federico Vaga's avatar
      wrtd:[incompat] remove hash table from RT application · 5a5ec4b2
      Federico Vaga authored
          "premature optimization is the root of all evil"
      
      The hash implementation was buggy. Difficult to understand because it
      includes also a memory allocator.
      
      My humble opinion is that we do not need such optimization for a very
      limited entries set (128). I replaced the hash table with an ordered by
      trigger-id array. Ordered because with an optimization you can use
      a binary search to retrieve in few step the correct trigger.
      
      NOTE: a draft of the binary search algorithm is there but not tested,
      that's way is inactive code.
      Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
      5a5ec4b2
  12. 01 Jul, 2015 4 commits
  13. 30 Jun, 2015 2 commits