-
I was trying to sort a 10 million element IntArrayList with a custom IntComparator - can it be that the sort method sortThis may be recursively implemented or something as I get a stack overflow?!
…
-
This is a follow-up to the issue raised in https://github.com/scikit-learn/scikit-learn/issues/29554. However, I recall other issues raised for CV estimator in general.
So the context is the follow…
-
This is strangely specific, but look, a factor ~200 slowdown when enabling multithreading:
```julia
julia> using BenchmarkTools, FastBroadcast, ForwardDiff
julia> N = 100; x = ForwardDiff.Dual.…
-
In haskellari/strict#28 (discussion in haskellari/strict#22) I am experimenting with a safer version of strict HashMap, where instances are also strict, by adding ! to the data type definitions. So
…
-
I'm working on some improvements to the Flutter engine. The browser has an API that takes a clamped array and creates image data from the array:
https://developer.mozilla.org/en-US/docs/Web/JavaScr…
-
# Summary
Currently only one 'values as value block file' can be provided via spec.source.helm.values (see https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/application.yaml) . H…
xashr updated
2 years ago
-
This would be highly useful for evolving tangent vectors using Jacobian; i.e., for evolving [cocycles](https://en.wikipedia.org/wiki/Oseledets_theorem#Cocycles). This, in turn, can be used for calcul…
-
Hi Dean,
I asked a question #leveldb the other day about partitioning my dataset in leveldb, to get "implicit indexing" (example will follow) and @ralphtheninja sent me over here. I had looked at byt…
-
This is an idea which comes directly out of a (modest) pain point in code I'm working on, as opposed to dreaming up language features on a nice-to-have basis. I've searched for prior discussion of th…
-
I was trying to use this with ForwardDiff, but not an array of structs like #19, just using dual numbers within a loop and then extracting ordinary numbers. Something like this:
```julia
dA = Forwar…