Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Another problem is that since this approach uses ThreadLocal to manage scopes, it is not suitable for producer-consumer kind of applications where the producer might not wait until the consumer has used the NativeResource object.



Test Results of Prototype

Long running MNIST example with current code

...