| Projects on Google Code | Results 1 - 10 of 59 |
=Concurrent ADT Experiment Framework=
==This project aims to evaluate different *concurrent non-blocking abstract data types* and compare their *performance*.==
Substantial research has gone into non-blocking algorithms over the past 15 years, and non-blocking algorithms have been discovered f...
Concurrent,
ADT,
experimentframework,
Non-blocking,
blocking,
algorithms,
CAS,
java,
wait-free,
lock-free
This is a Task controlling framework which is based on Java Concurrent Framework.
All the tasks can be executed by the Java Concurrent Framework Executor. The central controller provides the Executor to execute the Task and the all the task can be persisted into a Database via a simple persistence ...
This project is copied from Spring.Threading project code, which is a port of Java's concurrent API. The reason of copying is because I need to fix some issue and add something more but cannot wait for the original project to complete. There is no intention to have it in anyway to compete or replace...
Barriers implementation from concurrent programming workshop. Implemented by Roei Raviv and Jonathan Seroussi
基于 D 2.0 + druntime,编译器推荐 DMD 2.0 最新版本(注意:目前 d-phoenix 仅兼容 Windows ,其他平台暂未列入计划中)。
初始版本 0.5.1 推荐使用 DMD 2.019,因为这个版本还没有移植到 druntime 上。
如果想要体验 druntime ,请使用 DMD 2.021 或 DMD 2.0 最新版本并 Check out 最新版本。
老实说,我也不知道这个项目会做到什么地步。
现在已经完成常见数据结构,并发布初始版本 0.5.1。
并行/并发这块设计还没想好,可能会对 Thread 有些增改。
已经有了些概念,而且也做...
C implementations of several scalable non-blocking data structures for x86 and x86-64.
----
==Status==
Overall the package is *pre-alpha*. It is still under development.
* The skiplist is beta. There are no known bugs and it is feature complete.
* The hashtable is alpha. It has not b...
HashTable,
lock-free,
C,
concurrent,
multicore,
multi-core,
multithreaded,
multi-threaded,
HashMap,
transactions,
threads,
datastructure,
datastructures,
Skiplist,
transactional
=Async Future=
_An API extension for Java Futures and Non-Blocking + Asynchronous I/O and possibly other use-cases (see below)._
== Introduction ==
The first sentence of the Java API Doc for [http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html Futures] says:
_A Future re...
=What is ParaJ=
ParaJ is set of parallel algorithms simplifying creation of multi-threaded programs.
==Example usage of Feed Engine ==
{{{
public void convert(InputStream in, OutputStream out) {
CsvReader reader = initializeReader(in);
FeedEngine<String[]> engin...
Take Five is an actor-based system for C++, extending its capability to allow multithreaded systems without locks and explicit threads. Take Five uses the actor (or active object) model, where classes derive from an Actor type, which allow them to be efficiently scheduled by behind-the-scenes worke...
=Welcome=
This is the Google Code project for the Orc programming language implementation. For more information on the language, visit our [http://orc.csres.utexas.edu website].
* File releases are available under the *Downloads* tab.
* Browse (or download) the source code from the *Sourc...