1. 23 Apr, 2020 1 commit
  2. 17 Apr, 2020 5 commits
  3. 15 Apr, 2020 1 commit
  4. 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
  5. 06 Apr, 2020 4 commits
  6. 31 Mar, 2020 1 commit
  7. 30 Mar, 2020 3 commits
  8. 26 Mar, 2020 1 commit
  9. 25 Mar, 2020 1 commit
  10. 24 Mar, 2020 1 commit
  11. 18 Mar, 2020 2 commits
  12. 13 Mar, 2020 3 commits
  13. 23 Feb, 2020 2 commits
  14. 18 Feb, 2020 1 commit
  15. 17 Feb, 2020 1 commit
  16. 09 Feb, 2020 2 commits
  17. 05 Feb, 2020 3 commits
  18. 03 Feb, 2020 1 commit
  19. 30 Jan, 2020 4 commits
  20. 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
  21. 27 Jan, 2020 1 commit
    • WIP: First running version of stealing. · 22f4c598
      The project is currently really messy and there are sporadic sigsevs. This indicates that we still have a race in our code. Thread Sanitizer does not work with our current implementation, as it needs annotations for fibers.
      
      The next step is to clean up the project and maybe add thread sanitizer support to our fiber implementation. This should help finding the remaining bugs.
      FritzFlorian committed