Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Dictionary<int, ParameterizedPool<byte[]>> poolCollection;
- $maxInstanceCount = 6000
- $parameter = get bytearray size
- # bytearray size is the key here
- if (key not in dictionary) {
- create new ParameterizedPool($parameter, $maxInstanceCount)
- add to poolCollection
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement