8000 GitHub - HowProgrammingWorks/Pool at 6110358efb531909ef2627e52ddcd6523c1d8547
[go: up one dir, main page]

Skip to content

HowProgrammingWorks/Pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Pool and Asyncronous Pool

Фабрики и пулы объектов

Асинхронный пул для worker thread pool в Node.js

See: 4-improved.js

Signature poolify(factory, min, norm, max)

  • factory - call to instantiate pool item
  • min - minimum amount to allocate new
  • norm - preallocated amount
  • max - maximum amount to limit pool

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0