Here are
102 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 and modular logger for Golang
Zero-allocation string formatting for .NET.
QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
Updated
Aug 27, 2021
Java
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
🙏 "Fair allocation" moodle activity
Test bench to measure and investigate performance of Apache Maven project
Updated
May 31, 2021
Java
Hyper-V PowerShell Diagnostic Utility
Updated
Dec 30, 2019
PowerShell
Aligned allocation for Rust
Updated
Oct 27, 2020
Rust
A Machine Learning Approach for Power Allocation in HetNets Considering QoS
Updated
Sep 22, 2019
MATLAB
Micro Linear Algebra Package
A client CLI using GoSDK to interface the blockchain, storage platform, and blobbers (storage providers)
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.
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.
Wealth is a JavaScript library for handling money calculation, allocation, formatting, serialization, and currency handling.
Updated
Sep 1, 2021
TypeScript
Write, Read & Free data on a byte array. Use this to store data offheap & escape the garbage collector.
Updated
Jul 25, 2021
HTML
Alias to the angular cli that changes node's max_old_space_used property
Updated
Mar 19, 2019
JavaScript
flapenguin's algorithm library for c99
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__
.