Nic

Results 7 comments of Nic

Yes, that information helped a lot. Thank you! As for the lock free portion, I was thinking about making the caches thread local. What is your opinion on this idea?...

With my reader/writer lock implementation of the single threaded vtblmap class, I am having some trouble building it. I can compile it just fine after I add the -pthread and...

It is saying that shared_mutex isn't a part of standard library, which makes me think I need to add the -std=c++17 flag somewhere, i'm just not sure where.

Sorry it took me so long to get back to you.. The only thing I need aside from the Mach7 essentials in the header file is mutex and shared_mutex. I...

Yes, I was! I haven't looked at the project for quite some time but I was able to move past that road block. Thanks for your help!

Hello! I would like to try to add this feature if it hasn’t already been started. I have the base functionality working, but I have a couple of questions. Here...

>Sound good to me, maybe the date arguments should be named --from and --to? Really cosmetic question :D I agree! I think `--from` and `--to` are more readable than what...