kamnani opened a new pull request #350:
URL: https://github.com/apache/tomcat/pull/350


   Bloom Filter : 
https://llimllib.github.io/bloomfilter-tutorial/#:~:text=A%20Bloom%20filter%20is%20a,may%20be%20in%20the%20set.
   
   This code enables a faster lookup of resources in the jar by eliminating the 
time needed to search for a resource in a Jar, where it is not going to be 
present. The Flag can be set at Host Level Configuration.
    Example : 
   ```
   <Host name="localhost"  appBase="webapps"
               unpackWARs="true" autoDeploy="true" fastClasspathScanning="true">


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to