Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - sodapop

Pages: [1]
1
Does the jss::concurrent_map handle the issue with iterator invalidation upon calling insert or erase?

2
I read through the justthread documentation for the jss::concurrent_map and it said that it can allow concurrent access from 200 connections. What imposes the 200 limit? Can that be increased?

3
General Discussion about just::thread / MVCC
« on: March 04, 2014, 07:14:43 PM »
Is there any documentation on how to implement MVCC in a jss::concurrent_map? The whole idea is to not lock the map for writing when there might be multiple threads reading from the map.

4
Is there anyone on the forums who knows how to serialize a jss::concurrent_map? Are there any built in functions to do this?

Pages: [1]