Ray

Results 5 issues of Ray

It kinda ruins subreddits like r/subsIfellfor, have the bot delete it's comment if negitive karma or have the parent commenter be able to delete it (preferably via a message but...

I have added constexpr specifiers to Node and Edge classes. These allow for the specified functions and objects to be ran at compile time instead of runtime, resulting in a...

Adds ability for users to specify a custom map class. A user might want this for performance: - [frozen](https://github.com/serge-sans-paille/frozen) has benchmarks showing better performance than std::map in most cases -...

Closes #417 - Partition class has mutexes changed to be owning instead of within shared pointers - Multithreading code now waits for all threads to complete before moving on.

## Change set 1: I had intended to make the function `mc::mc_add_vertex` branchless to improve performance but it was not more performant on quickbench. I then added "-ffast-math" and saw...