1. 24 Apr, 2020 1 commit
  2. 23 Apr, 2020 1 commit
  3. 17 Apr, 2020 5 commits
  4. 15 Apr, 2020 1 commit
  5. 14 Apr, 2020 1 commit
    • Add initial notes on banana pi benchmark setup. · 4ab4d3fe
      Our benchmarks require isolation from other system effects. Additionally,
      we would like to have a system with 'very symmetric cores' (no hyperthreading,
      no different memory connections, ....) that falls more into  the embedded
      class of devices than desktop processors do. The notes describe how to setup
      an banana pi m3 with a linux distri with rt preemt patch to achieve this.
      FritzFlorian committed
  6. 06 Apr, 2020 4 commits
  7. 31 Mar, 2020 1 commit
  8. 30 Mar, 2020 3 commits
  9. 26 Mar, 2020 1 commit
  10. 25 Mar, 2020 1 commit
  11. 24 Mar, 2020 1 commit
  12. 18 Mar, 2020 2 commits
  13. 13 Mar, 2020 3 commits
  14. 23 Feb, 2020 2 commits
  15. 18 Feb, 2020 1 commit
  16. 17 Feb, 2020 1 commit
  17. 09 Feb, 2020 2 commits
  18. 05 Feb, 2020 3 commits
  19. 03 Feb, 2020 1 commit
  20. 30 Jan, 2020 4 commits
  21. 29 Jan, 2020 1 commit
    • WIP: Add simple external trading deque test. · 2adb2d16
      The current version has race conditions and is hard to debug (especially because of the fibers, if a wrong thread executes on a fiber we get segfalts very fast). To combat this mess we now refactor the code bit by bit while also adding tests where it can be done with reasonably effort).
      FritzFlorian committed