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