1. 04 Jun, 2020 1 commit
  2. 03 Jun, 2020 2 commits
  3. 29 May, 2020 2 commits
  4. 27 May, 2020 1 commit
  5. 26 May, 2020 1 commit
  6. 19 May, 2020 1 commit
  7. 18 May, 2020 2 commits
  8. 17 May, 2020 1 commit
  9. 16 May, 2020 1 commit
  10. 24 Apr, 2020 3 commits
  11. 23 Apr, 2020 1 commit
  12. 17 Apr, 2020 2 commits
  13. 06 Apr, 2020 2 commits
  14. 30 Mar, 2020 3 commits
  15. 26 Mar, 2020 1 commit
  16. 25 Mar, 2020 1 commit
  17. 24 Mar, 2020 1 commit
  18. 18 Mar, 2020 1 commit
  19. 13 Mar, 2020 2 commits
  20. 23 Feb, 2020 1 commit
  21. 09 Feb, 2020 2 commits
  22. 05 Feb, 2020 2 commits
  23. 03 Feb, 2020 1 commit
  24. 30 Jan, 2020 3 commits
  25. 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
  26. 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