-
https://tinsir888.github.io/posts/f7ce8499.html
Objective: Investigate methods for computing allocations satisfying both EF1 and PO. Activities: Review the paper Finding Fair and Efficient Allocati…
-
As you can probably guess I am fighting a spurious memory leak in my (or 3rd party?) code, and the memory leak is only there during / after complicated multithreaded execution of an analysis routine (…
-
[Marketplace](http://marketplace.xbox.com/https://marketplace.xbox.com/en-IN/Product/WWE-13/66acd000-77fe-1000-9115-d802545108b4)
Tested on https://github.com/xenia-project/xenia/commit/1…
-
["XRAS"](https://allocations.access-ci.org/about-xras), ["Available Allocation Opportunities"](https://allocations.access-ci.org/prepare-requests-overview), and ["ACCESS Credits"](https://allocations.…
-
This problem was [originally reported in the helpdesk Slack](https://julialang.slack.com/archives/C6A044SQH/p1633704159387700) against DataFrames, but I believe I have replicated it just using vectors…
-
**Describe the bug**
Loading an 80MB TreeEnsembleRegressor model causes a 1.4GB allocation when initializing the InferenceSession object via the C# API. Memory profiling results do not show anything …
mejas updated
2 years ago
-
Improve the performance of ClaimsPrincipal and ClaimsIdentity by backing them by a JsonWebToken, instead of an array of Claims, to remove un-necessary allocations, and improve performance from o(N) to…
-
When an async method yields for the first time, we get several allocations:
- The state machine boxed to the heap
- An Action to be used for continuations
- A “MoveNextRunner” in the infrastructure…
-
too many `push_str` and `.to_string()` everywhere...
`TL_BUF` like in `slog-json` may be useful
-
a single call to blank_space() can end up heap allocating mutiple `VerboseError`s and since it shows up in lots of places we end up doing unnecessary allocations all over the place.