pooling
There are 218 repositories under pooling topic.
Kitbashery/Game-Kit
A collection of feature rich gameplay systems for Unity.
mohsansaleem/CityBuilder
This is a minimal CityBuilder Unity project with different type of building. We can add more buildings in Static data and it is maintaining the Game state of the player.
invertase/puppeteer-pool
Flexible Puppeteer Browser instance resource pooling.
mink/laravel-connection-pool
PHP connection pooling integration for Laravel's query builder and Eloquent
ATHellboy/SampleProject-FightingGame
Sample project to show my coding approaches and knowledge, also some architectures (and patterns) which I've used in Unity3D.
Snawoot/ptw
Pooling TLS Wrapper
TxnLab/reti
Contracts, Node Daemon, and UI for Algorand 'The Reti' consensus incentives
f5io/pool
A highly flexible process pooling library for Node.js
xternalz/SDPoint
Stochastic Downsampling for Cost-Adjustable Inference and Improved Regularization in Convolutional Networks
mohsinkhan26/PrefabManager
Prefab Manager also has pooling
samber/go-tcp-pool
✨ Drop-in replacement to net.Conn with pooling and auto-reconnect
carreraSilvio/BrightPoolSystem
Pool system in Unity. Create and manage your pools.
Mukarillo/UnityPooling
An optimized approach object pooling.
ZY-LIi/IEEE_TGRS_SPFormer
A slim implementation of Self-Pooling Transformer for hyperspectral image classification.
BeauPrime/BeauPools
Object pooling library for C# and Unity3D
sabey/lagoon
Golang net.Conn Connection Pool
sayakpaul/Revisiting-Pooling-in-CNNs
Implements RNNPool and SoftPool for CNNs.
adreuter/mempool
A fast memory pool allocator
RonenNess/dcm_pool
Dynamic, Contiguous-Memory Objects Pool
TomWright/gopool
Easy to use worker pool with dynamic pool sizing.
Frank-qlu/GNN_latest_papers
The latest research papers on graph representation learning[图神经网络最新论文汇总,持续更新中,欢迎关注]
s-rayleigh/PrefabPool
Prefab-oriented object pool for Unity.
yusufkaraaslan/GameSpark
Spark Game Core is all in one tool to start your game. Core contains pool System, UI manager, camera system, visual event system, sound manager and light manager.
navid-naderi/PSWE
Implementation of Pooling by Sliced-Wasserstein Embedding (NeurIPS 2021)
planttheidea/nage
Efficient, tiny object pool
mdmustafizurrahman/An-Information-Retrieval-Approach-to-Building-Datasets-for-Hate-Speech-Detection
A hate speech data set constructed using IR pooling technique to enhance diversity
expressobits/Pools
Create Simple and Easy Pool of objects! This extension creates easy use of Pool with objects that are instantiated and destroyed, avoiding excessive use of memory and processing.
flandolfi/kplex-pool
K-plex Cover Pooling for Graph Neural Networks
opallabs/castelet
An easy, async Puppeteer pool
zkingboos/UniversalWrapper
A basic abstract MySQL and SQL support for drivers, connection pooling builtin using HikariCP framework and polymorphism to inject delegate properties
6dreams/parallel-pool
Provides pthread's pool when using parallel
chriseaton/rhino
Rhino is a production-focused Microsoft SQL Server driver for Node.JS that features pooling asynchronous operations, it is a solid alternative to the other popular packages.
thecsw/komi
Komi - subarashii go pooling 🍡
devnw/plex
Plex multiplexes N number of net.Conn objects allowing for connection pooling, self-healing, and auto-scaling of connections.
MathewHDYT/Unity-Pool-Manager
Used to easily create and manage instances of prefabs as pools of a given size, that saves having to utilize destroy and instantiate when wanting to use an instance of that prefab.