Here are
155 public repositories
matching this topic...
A fast, efficient Node.js Worker Thread Pool implementation
Updated
May 13, 2022
TypeScript
Puppeteer Pool, run a cluster of instances in parallel
Updated
May 1, 2022
TypeScript
PoolFormer: MetaFormer is Actually What You Need for Vision (CVPR 2022 Oral)
Updated
May 4, 2022
Jupyter Notebook
Reference python implementation of Chia pool operations for pool operators
Updated
Mar 1, 2022
Python
Full-featured async (tokio-based) postgres connection pool (like r2d2)
Pytorch implementation of Graph U-Nets (ICML19)
Updated
Sep 17, 2020
Python
Graph Classification with Graph Convolutional Networks in PyTorch (NeurIPS 2018 Workshop)
Updated
Oct 16, 2020
Jupyter Notebook
🧵 A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, with fewer features and smaller size (38KB)
Updated
Apr 26, 2022
TypeScript
Attention over nodes in Graph Neural Networks using PyTorch (NeurIPS 2019)
Updated
Oct 25, 2020
Jupyter Notebook
Elixir queue! A simple, in-memory queue with worker pooling and rate limiting in Elixir.
Updated
Oct 14, 2021
Elixir
Collection of helpful utilities we use in our Unity projects.
🏊 Swimmer - An async task pooling and throttling utility for JS
Updated
Aug 29, 2020
JavaScript
[BMVC-20] Official PyTorch implementation of PPDet.
Updated
Aug 14, 2020
Python
Persistent database connection backends for Django
Updated
Apr 12, 2022
Python
The implementation of "Shape Adaptor: A Learnable Resizing Module" [ECCV 2020].
Updated
Mar 10, 2021
Python
SoftPoolNet: Shape Descriptor for Point Cloud Completion and Classification - ECCV 2020 oral
Updated
Jan 30, 2022
Python
Various advanced tools built for Unreal Engine 4
Go library that wraps http.Client to provide seamless higher-level connection pooling features
UltimateSpawner is a simple spawn system created for Unity projects
Keras implementation of BlurPool layers described in "Making Convolutional Networks Shift-Invariant Again" (Zhang)
Updated
Apr 24, 2022
Python
Code for Statistically-motivated Second-order Pooling, ECCV2018
Updated
Nov 13, 2018
Python
A thread-safe ByteBuffer pool that allows for the automatic reuse of ByteBuffers, which can be over 30x faster than having to allocate a new ByteBuffer when needed.
Updated
May 25, 2020
Java
Resource pool implementation. It can be used to throttle expensive resources.
Updated
Sep 19, 2021
JavaScript
Some basic C# tools for Unity3D.
Secure TLS tunnel with pool of prepared upstream connections
Updated
Jun 9, 2021
Python
Flexible Puppeteer Browser instance resource pooling.
Updated
Jan 22, 2019
JavaScript
Improve this page
Add a description, image, and links to the
pooling
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
pooling
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.
Is your feature request related to a problem? Please describe.
I want to be able to block a known bad query from reaching my database and taking it down. A bad query example could be something that's too expensive to run at scale, e.g. a sequential scan.
Describe the solution you'd like
I want to be able to identify the most expensive queries, e.g.
SHOW EXPENSIVE QUERIES;, and block