You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@DNCrane was so generous to allow me to become a collaborator on this project. As I am using this project in my daily work, I am planning on the following tasks in the coming days:
improve the performance of the implementation (see this issue to get an idea)
If I get all of this done, I'll drop it in dedicated PRs and merge them early next week, Feb 19. If you have any feedback on it, I am happy to receive it.
I just replaced all the use of
std::pair
with usingstd::tuple
and got a 30% speed improvement on insert calls:@DNCrane are you interested in such improvements and hence interested in moving to a more recent standard?
The text was updated successfully, but these errors were encountered: