1. 05 Aug, 2015 1 commit
  2. 04 Aug, 2015 1 commit
  3. 31 Jul, 2015 8 commits
  4. 30 Jul, 2015 2 commits
  5. 29 Jul, 2015 8 commits
  6. 21 Jul, 2015 1 commit
  7. 17 Jul, 2015 3 commits
  8. 16 Jul, 2015 1 commit
  9. 15 Jul, 2015 3 commits
  10. 14 Jul, 2015 1 commit
  11. 10 Jul, 2015 5 commits
  12. 09 Jul, 2015 2 commits
  13. 08 Jul, 2015 2 commits
  14. 02 Jul, 2015 1 commit
    • Federico Vaga's avatar
      wrtd:[incompat] remove hash table from RT application · 0a972764
      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>
      
      
      NOTE
      This commit has been created by `git subtree` on the Mock Turtle repository
      on tag mock-turtle-2.0
      
      This commit will not compile
      0a972764
  15. 01 Jul, 2015 1 commit