allocation
There are 162 repositories under allocation topic.
jankrepl/deepdow
Portfolio optimization with deep learning.
jackmott/LinqFaster
Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.
quick-perf/quickperf
QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
francoispqt/onelog
Dead simple, super fast, zero allocation logger for Golang
MikePopoloski/StringFormatter
Zero-allocation string formatting for .NET.
kevin-montrose/LinqAF
Low allocation re-implementation of LINQ-to-Objects
alecmocatta/cap
An allocator that can track and limit memory usage.
memtt/malt
MALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications.
giladfrid009/SimpleSIMD
Easy to use SIMD accelerated Array and Span methods
tudasc/TypeART
LLVM-based type and memory allocation tracking sanitizer
1pkg/gotcha
Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutine.
lovasoa/bloomfilter
Simplistic (but fast) java implementation of a bloom filter.
SargisYonan/uLAPack
Micro Linear Algebra Package
santoru/ryanair-seats
Tool to predict which seat you will have for free
0chain/zboxcli
A client CLI using GoSDK to interface the blockchain, storage platform, and blobbers (storage providers)
roamiri/proximity
A Machine Learning Approach for Power Allocation in HetNets Considering QoS
quick-perf/doc
QuickPerf documentation: https://github.com/quick-perf/doc/wiki/QuickPerf
techthoughts2/Diag-V
Hyper-V PowerShell Diagnostic Utility
learnweb/moodle-mod_ratingallocate
:pray: "Fair allocation" moodle activity
quick-perf/maven-test-bench
Test bench to measure and investigate performance of Apache Maven project
kunalbathija/BE-Project-Neo4j-Nodejs
Website for my BE Project "Allocation and Tracking of Public Funds using Blockchain". Nodejs and neo4j UI for easy working.
VinaySingla1235/Data-Structures-Solutions-Coding-Ninja
This repository will provide all solutions including codes and mcq of Data Structure using C++ course of Coding Ninja given to Chitkara University students. All solutions will be added in the repository before deadline. Kindly try to solve questions yourself and use the solutions only for reference purpose.
FRESNA/netallocation
Flow and transmission cost allocation in power systems
jonas-schievink/aligned_alloc.rs
Aligned allocation for Rust
a-p-jo/allocator
Customisable, thread-safe C11 memory allocator based off the K&R "storage allocator"
acsicuib/NSGA2VmHdfs
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"
quick-perf/quickperf-live
Ease your work on Spring Boot applications: quickly generate functional non-regression tests, diagnose performance and generate non-regression tests on performance-related properties.
greenpill-dev-guild/allo-yeeter
A simple tool to distribute funds in a few steps built with Allo protocol
iff-gsc/FTC_Quadrotor_EuroGNC_2022
Incremental Passive Fault-Tolerant Control for Quadrotors With up to Three Successive Rotor Failures
massimo-marino/object-pool
C++17 implementation of an object pool pattern
vicmoh/dynamic-string-api
A dynamic string API to make string coding much easier in C similar to other modern languages
DanielAbergel/Distribution-Algorithm
Fair Division with Minimal Sharing Algorithm written in Python Using CVXPY,NetworkX, NumPy (open source libraries).
amirmohsen/wealth
Wealth is a JavaScript library for handling money calculation, allocation, formatting, serialization, and currency handling.
nnanto/gravity
Write, Read & Free data on a byte array. Use this to store data offheap & escape the garbage collector.
sklose/magic-buffer
Virtual Ring Buffer implementation for Rust