-
-
Using Galois fields from `Nemo` instead of `AbstractAlgebra` heavily impacts the performance of basic arithmetic operations due to allocations for every single operation:
```julia
julia> using Abstr…
-
I don't understand the lifetimes on things like `Device`, `Injector` etc. They aren't borrowing from a stack, they own the relevant heap allocations make to construct them. The lifetimes can be litera…
-
-
https://github.com/tsaekaoOrg/nodegoat/blob/1489ef89375ec079c565378a428682b440d73d28//app/data/allocations-dao.js#L25-L35
**Filename:** allocations-dao.js
**Line:** 30
**CWE:** 639 (Authorization B…
-
Using `flat_map` here breaks the `size_hint()` chain, preventing `collect()` from creating a perfectly sized allocation up front. Even though we should in theory know the exact size of the output.
…
-
One thing I noticed messing with Ash is some of the handcrafted method's return a Vec, but some methods don't. This seems weird, unnecessary and kinda against the spirit of matching the C++ code with …
-
### What version of Go are you using (`go version`)?
go version go1.14.4 linux/amd64
### Does this issue reproduce with the latest release?
I believe I'm on the latest release
### …
-
Relates to rapidsai/cudf#13914. When we allocate host memory buffers, the caller indicates whether or not they prefer to allocate pinned memory if available. If they ask for pinned memory but none i…
jlowe updated
7 months ago
-
### Issue
I'm dealing with a use case that requires each task to register an own service with names that contain nomad env vars like `${NOMAD_ALLOC_INDEX}`. Output of `curl nomad:4646/v1/job/` contai…