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