Robert Jacobson
Robert Jacobson
@matklad Have you made any progress on this?
I think you might have to project into a partial order from a relation that lacks transitivity, because I feel like a rock-paper-scissors relationship is likely. The ideal properties would...
Const generics are now in stable, so maybe it's time for another look. Also useful would be an algorithm that operates on a suitable data type that has a dynamically...
I am not sure your problem is well defined yet. Are you wanting to compare the elements of your list componentwise and then report the sum? What would an example...
Given my inability to actively maintain this repo for the foreseeable future and that a solution exists, I am inclined to close this issue—unless someone else wants to work on...
I do not know what I would expect the performance to be on files as large as 1.5 MB, but the running time for the algorithm as implemented is O(n1...
@markdall I can think of three possible explanations: - There's just a bug. This is boring, but possible. - The algorithm is using an early bailout mechanism by default which...
> After building, install the shared library libdamlev.so to the plugins directory of your MySQL installation. Does the file `libdamlev.dll` exist in your plugin directory?
It'd be awesome if you could make a pull request with your fix. Unfortunately I do not have access to that platform to do it myself.
Can you also fix `::`, which is the namespace separator in C++-like syntax?