| Projects on Google Code | Results 1 - 10 of 108 |
JsWorker is a small JavaScript library that wraps current implementations of worker thread in browsers. It contains three sub workers:
* [http://code.google.com/apis/gears/api_workerpool.html Google Gears WorkerPool]
* [http://www.whatwg.org/specs/web-workers/current-work/ Web Workers]
* Sim...
基于 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 有些增改。
已经有了些概念,而且也做...
=JSRun=
I like Java Threads, but I use JavaScript a lot. I miss Java Threads so much, that I'm going to make something like it for JavaScript!
In Java, either the Thread implements Runnable, or an object does, which is passed into the Thread constructor.
For this JavaScript implementation,...
= ParallelJobs Library =
ParallelJobs is a library that provide a easy way to create a parallel process on your application.
Works like a simple Win32 API call, as you can see below:
{{{
begin
ParallelJob(@MyProcess);
end;
}}}
This will create a parallel process that will execute MyPro...
[http://en.wikipedia.org/wiki/Protothreads Protothreads] is a programming model invented by Adam Dunkels that combines the advantages of _event-driven_ (sometimes also called _state machine_) programming and _threaded_ programming. The main advantage of the event-driven model is efficiency, both spe...
=libting Homepage=
==Latest Updates==
2009-11-06: ting-0.3 released.
2008-11-03: ting-0.2 released. *Note* that its interface slightly differs from ting-0.1.
The most important is that instead of std::auto_ptr ting now uses its own auto pointer implementation ting::Ptr.
==Short description=...
= Multithreaded Daemon =
MultiThreaded Daemon (_MTD_) is a kind of framework written in PHP5 that provide simple procedures to run background tasks in a multithreaded environnement.
Juste to be clear, I talk about multithreading in PHP but concurrent process should be more appropriate terms, b...
If you generate a datastream, and use typical compression, the compression usually takes 4x to 20x longer than the data itself.
Utilize all your cores and hyperthreading. Compress as "fast" or as close to "best" as you want. Do it in parallel and don't let your extra cores sit idle... Using th...
*HyperThread* é um framework para desenvolvimento de aplicações, java, multi-thread.
A arquitetura básica para a qual este framework se aplica esta na figura abaixo. Na esquerda da figura existe um processo, conjunto de threads, que produzem elementos para uma fila. Na direita está um processo, e...
Watch a folder recursively. Calls a function whenever files are added, deleted or modified.
The function will receive the following parameters:
* `dir_watched`: the root directory being watched
* `updated`: a list of pathnames modified
* `added`: a list of pathnames just added
...