activemq-artemis/tests
Francesco Nigro 21c9ed85cf ARTEMIS-1151 Adapting TimedBuffer and NIO Buffer Pooling
- NIO/ASYNCIO new TimedBuffer with adapting batch window heuristic
- NIO/ASYNCIO improved TimedBuffer write monitoring with
  lightweight concurrent performance counters
- NIO/ASYNCIO journal/paging operations benefit from less buffer copy
- NIO/ASYNCIO any buffer copy is always performed with raw batch copy
  using SIMD instrinsics (System::arrayCopy) or memcpy under the hood
- NIO improved clear buffers using SIMD instrinsics (Arrays::fill) and/or memset
- NIO journal operation perform by default TLABs allocation pooling (off heap)
  retaining only the last max sized buffer
- NIO improved file copy operations using zero-copy FileChannel::transfertTo
- NIO improved zeroing using pooled single OS page buffer to clean the file
  + pwrite (on Linux)
- NIO deterministic release of unpooled direct buffers to avoid OOM errors
  due to slow GC
- Exposed OS PAGE SIZE value using Env class
2017-05-08 11:55:28 -04:00
..
activemq5-unit-tests [maven-release-plugin] prepare for next development iteration 2017-05-05 22:11:09 -04:00
artemis-test-support [maven-release-plugin] prepare for next development iteration 2017-05-05 22:11:09 -04:00
config NO-JIRA Logging integration-tests/DEBUG is being too verbose on the testsuite 2017-01-30 22:26:48 -05:00
extra-tests Revert "NO-JIRA upgrade maven-surefire-plugin to 2.19.1" 2017-03-29 21:43:06 -04:00
integration-tests [maven-release-plugin] prepare for next development iteration 2017-05-05 22:11:09 -04:00
jms-tests [maven-release-plugin] prepare for next development iteration 2017-05-05 22:11:09 -04:00
joram-tests [maven-release-plugin] prepare for next development iteration 2017-05-05 22:11:09 -04:00
performance-tests [maven-release-plugin] prepare for next development iteration 2017-05-05 22:11:09 -04:00
smoke-tests [maven-release-plugin] prepare for next development iteration 2017-05-05 22:11:09 -04:00
soak-tests [maven-release-plugin] prepare for next development iteration 2017-05-05 22:11:09 -04:00
stress-tests [maven-release-plugin] prepare for next development iteration 2017-05-05 22:11:09 -04:00
timing-tests [maven-release-plugin] prepare for next development iteration 2017-05-05 22:11:09 -04:00
unit-tests ARTEMIS-1151 Adapting TimedBuffer and NIO Buffer Pooling 2017-05-08 11:55:28 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-05-05 22:11:09 -04:00