Versions Compared

Key

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

...

  1. Java Concurrency
  2. Good Java Practices
  3. Lucene
  4. HTTP 1.1 and 2
  5. Jetty
  6. RandomizedTestingTesting
  7. Gradle
  8. Zookeeper
  9. Apache Solr Reference Guide
  10. Developer Docs

...

https://www.eclipse.org/jetty/documentation/current/optimizing.html

...

Testing

https://labs.carrotsearch.com/randomizedtesting.html

Info
titleTest Performance

Fast tests are critical! Imagine the main test thread is a runner and he must complete a race. Sleeping, or polling are viciously costly. All of the threads and resources around that runner should be clearing the way and reacting quickly and efficiently, so he can from point a to b in the fastest way possible, with little blocking, or unnecessary waiting.


Gradle

Apache Solr Reference Guide

...