junction

Concurrent data structures in C++ (by preshing)

Junction Alternatives

Similar projects and alternatives to junction

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better junction alternative or higher similarity.

junction reviews and mentions

Posts with mentions or reviews of junction. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-27.
  • Experiences with Concurrent Hash Map Libraries
    8 projects | /r/cpp | 27 Apr 2021
    junction has a very impressive performance benchmark here. Initially it worked for my application, but I ran into some issues: Only raw pointers are supported as either keys or values. This means I am responsible for memory management and it was a pain. junction's required dependency "turf" causes linker errors when compiling with -fsanitize=address because there are symbol name collisions. Every thread that accesses the hash map must periodically call an update function or memory will be leaked. No commits in over three years, GitHub issues aren't getting any attention. The author said it's experimental and he doesn't want it to become more popular

Stats

Basic junction repo stats
1
1,365
0.0
over 3 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com