Here are
109 public repositories
matching this topic...
Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.
Dead simple, super fast, zero allocation logger for Golang
QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
Updated
Mar 31, 2022
Java
Zero-allocation string formatting for .NET.
Low allocation re-implementation of LINQ-to-Objects
An allocator that can track and limit memory usage.
Updated
Oct 21, 2019
Rust
Easy to use SIMD accelerated Array and Span methods
Simplistic (but fast) java implementation of a bloom filter.
Updated
Feb 14, 2020
Java
Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutine.
Tool to predict which seat you will have for free
Updated
Aug 31, 2017
Python
Test bench to measure and investigate performance of Apache Maven project
🙏 "Fair allocation" moodle activity
A client CLI using GoSDK to interface the blockchain, storage platform, and blobbers (storage providers)
A Machine Learning Approach for Power Allocation in HetNets Considering QoS
Updated
Sep 22, 2019
MATLAB
Micro Linear Algebra Package
Hyper-V PowerShell Diagnostic Utility
Updated
Apr 3, 2022
PowerShell
Aligned allocation for Rust
Updated
Oct 27, 2020
Rust
LLVM-based type and memory allocation tracking sanitizer
Flow and transmission cost allocation in power systems
Updated
Aug 17, 2021
Python
A dynamic string API to make string coding much easier in C similar to other modern languages
A gap buffer implementation for Zig.
Wealth is a JavaScript library for handling money calculation, allocation, formatting, serialization, and currency handling.
Updated
Apr 9, 2022
TypeScript
This library hooks malloc to provide leak information, allocation per function and also allows you to limit heap usage. You can also add custom traces and filters.
C++17 implementation of an object pool pattern
NSGA-II implemetation for the elaboration included the research paper entitled "Multi-objective Optimization for Virtual Machine Allocation and Replica Placement in Virtualized Hadoop Architecture"
Updated
Apr 4, 2022
Python
Updated
Jul 25, 2021
HTML
Write, Read & Free data on a byte array. Use this to store data offheap & escape the garbage collector.
Improve this page
Add a description, image, and links to the
allocation
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
allocation
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently one cannot just do
-SomeLoss()
. Of course it could be hacked by doing(-1) * SomeLoss()
. We want to implement the first syntax via__sub__
.