saolof
saolof
Right, the widest path problem is fairly straightforwardly reduced to the shortest/longest (non-cyclic) path problem. You replace addition with min/max basically. If you have the adjacency matrix A, then they...
One thing worth mentioning is that data classes and sealed classes can both be viewed as an instance of a metaclass. If enough different kinds of special-cased classes are proposed,...
Is there an open issue or PR on the main Julia repository to remove the special case with no parameters? I keep running into the same issue when trying to...
One thing I'd be curious to see would be how it compares to languages with built-in support for pattern matching on a pattern match heavy workload. Taking something like Jon...
I'm seeing that #39 tried making a PR to do this several years ago, but that the build would fail and the PR didn't get merged. This does in fact...
@Himujjal I would be interested in helping out with a Rust or Nim compiler for Svelte, for the exact reasons that you mention (i.e. being able to call it via...
One advantage of Rust is that several groups have already built reliable high-performance Javascript parsers. One option for the javascript code transformation could be to piggyback off of SWC, which...
> > > @saolof While I can't review this in great detail, I am wondering what the level of testing we have is. If it is reasonable, then passing tests...
Sure. I'll add tests for `infer_nb_iterstate_type` by creating a mock graph type for it to infer the node iterator type of.
Independently of using sqlite as a history file: if the pure-go sqlite is included as a dependency then it can do double duty as a backend for a builtin sqlite...