Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Data/Pool/PoolContainer.cs @ 14744

Last change on this file since 14744 was 14744, checked in by pkimmesw, 7 years ago

#2665 Renamings due to typos, ManagedPool tests, Skip Noops in Debugger

File size: 423 bytes
Line 
1//namespace HeuristicLab.Problems.ProgramSynthesis.Push.Data.Pool {
2//  using System.Threading;
3
4//  using HeuristicLab.Problems.ProgramSynthesis.Push.Expressions;
5
6//  internal static class PoolContainer {
7//    public static readonly ThreadLocal<ManagedPool<PushProgram>> PushProgramPool = new ThreadLocal<ManagedPool<PushProgram>>(() => new ManagedPool<PushProgram>(256, () => new PushProgram()));
8//  }
9//}
Note: See TracBrowser for help on using the repository browser.