Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

las3_pub / predictable_parallel_patterns

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • predictable_parallel_patterns
History Find file
  • Source code
  • Download zip
  • Download tar.gz
  • Download tar.bz2
  • Download tar
  • FritzFlorian's avatar
    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 5 years ago
    2adb2d16
Name
Last commit
Last Update
app WIP: Add simple external trading deque test. 5 years ago
ci_scripts Fix typo in CI script. 6 years ago
cmake WIP: First running version of stealing. 5 years ago
extern Add fib benchmark. 5 years ago
lib WIP: Add simple external trading deque test. 5 years ago
media Minor changes for profiling and add more alignment. 5 years ago
test WIP: Add simple external trading deque test. 5 years ago
.gitignore Add basic random stealing. 6 years ago
.gitlab-ci.yml Add address sanitizer to CI. 6 years ago
CMakeLists.txt Add custom context switch library. 5 years ago
NOTES.md WIP: Sketch continuation and taks class. 5 years ago
PERFORMANCE-v1.md Minor changes for profiling and add more alignment. 5 years ago
PERFORMANCE-v2.md Minor changes for profiling and add more alignment. 5 years ago
README.md WIP: Sketch continuation and taks class. 5 years ago
compare_benchmarks.py Add basic random stealing. 6 years ago
README.md