1. 29 Jul, 2015 7 commits
  2. 21 Jul, 2015 1 commit
  3. 17 Jul, 2015 3 commits
  4. 16 Jul, 2015 1 commit
  5. 15 Jul, 2015 5 commits
  6. 14 Jul, 2015 1 commit
  7. 10 Jul, 2015 6 commits
  8. 09 Jul, 2015 2 commits
  9. 08 Jul, 2015 2 commits
  10. 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
  11. 01 Jul, 2015 4 commits
  12. 30 Jun, 2015 4 commits
  13. 29 Jun, 2015 1 commit
  14. 25 Jun, 2015 2 commits