Skip to content

hekailiang/executor-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

executor-service

A high throughput java executor service.

The vmlens executor service achieves three times higher throughput than the standard JDK executor service. The tradeoff is that the latency is much higher than that of the standard JDK executor service.

#Latest release

Maven

<dependency>
  <groupId>com.vmlens</groupId>
  <artifactId>executor-service</artifactId>
  <version>1.0.0</version>
</dependency>

#License executor-service is released under the Eclipse Public License 1.0

#Blog Entries about executor-service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%