vorner / contrie

Concurrent hash trie
Apache License 2.0
51 stars 3 forks source link

Finishing the ConSet #2

Closed vorner closed 5 years ago

vorner commented 5 years ago

The master already contain the ConSet type, with basic set of methods. However, two things are missing:

The ConSet type is very similar to the ConMap one, so the implementations of the above will end up being similar too. Few notable things:

If considering working on this, please write a comment to claim the issue (and specify if you want to tackle both or only one of the subtasks). It is fine to put into review in parts as smaller pull requests or as one bigger, as you prefer.

Don't hesitate to ask if you have any questions or want some help.

zeroed commented 5 years ago

Hey @vorner , thank you for opening your project at GoodFirstIssues; I'm reading/studying a bit around the topic of concurrent data structures and I hope to get more understanding starting with some small contribution.

I still have to properly get into the details of the paper that you linked and of your implementation; needless to say it's already quite interesting.

There is some work-in-progress in #4; any comment is more than welcome and feel free to drop there any consideration. Thanks in advance.

vorner commented 5 years ago

You're welcome, I'll be glad to get some contributions :-).

As for studying, few notes:

I'll get around to looking at the code soon, but I won't promise it'll be today (maybe, maybe not).

vorner commented 5 years ago

OK, this seems to be completed, so closing.

If anyone is looking for further easy tasks, I'll make sure to get around to creating few more soon.