All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by threading with all dependencies

Search JAR files by class name

jetlang from group org.jetlang (version 0.2.23)

Jetlang provides a high performance java threading library. It is a complement to the java.util.concurrent package introduced in 1.5 and should be used for message based concurrency similar to event based actors in Scala.

Group: org.jetlang Artifact: jetlang
Show all versions Show documentation Show source 
 

0 downloads
Artifact jetlang
Group org.jetlang
Version 0.2.23
Last update 29. January 2019
Organization not specified
URL https://github.com/jetlang/core
License New BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

stepping from group com.imperva.stepping (version 5.1.0)

Stepping is a framework designed to ease the implementation of data processing solutions. In use cases where we need to implement data or data-streaming algorithms or any other processing on data, we need to first handle many different infrastructure issues. For example, we need to decide how to split the data processing logic into different steps, think about our threading policy, how to handle communication between the different steps, error handling etc. One of the most important subjects is the Threading Policy of our solution. For example, we need to think how many threads to open, have the option to distribute the processing of data to multiple 'executors' in parallel, have a thread-safe communication layer between the threads etc. On top of that we also care a lot about the performance of our solution, we want to make sure that the latency added by these infrastructures is minimal as possible. Stepping aims to handle many of these aspects so developers can spend their time on the business logic instead of solving these infrastructure and data flow issues issues over and over again.

Group: com.imperva.stepping Artifact: stepping
Show all versions Show documentation Show source 
 

0 downloads
Artifact stepping
Group com.imperva.stepping
Version 5.1.0
Last update 01. July 2024
Organization not specified
URL https://github.com/imperva/stepping.git
License The Apache License, Version 2.0
Dependencies amount 6
Dependencies slf4j-simple, perf-sampler, slf4j-api, gs-core, gs-ui-swing, spring-context,
There are maybe transitive dependencies!



Page 4 from 4 (items total 32)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy