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

Skip to content

HowProgrammingWorks/Pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Pool

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

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