Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Go is an expressive, concurrent, garbage-collected systems programming language.

5.0
 
  2 reviews  |  43 users  |  695,362 lines of code  |  208 current contributors  |  Analyzed about 15 hours ago
 
 

Programming language suitable for implementation tasks ranging from scripting to application development, and supporting the creation of new programming languages. It includes the DrRacket programming environment, a virtual machine with a just-in-time compiler, and various other tools.

4.25
   
  0 reviews  |  31 users  |  4,045,167 lines of code  |  59 current contributors  |  Analyzed 8 days ago
 
 

Implementation of Communicating Sequential Processes on top of Python.

5.0
 
  0 reviews  |  2 users  |  16,533 lines of code  |  3 current contributors  |  Analyzed 1 day ago
 
 

An occam 2.5 compiler written in C generating ETC (extended transputer code), with experimental additions to support occam-pi.

5.0
 
  0 reviews  |  1 user  |  295,369 lines of code  |  3 current contributors  |  Analyzed 8 days ago
 
 

Java concurrent programming, example's

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 9 hours ago
 
 

JConqurr is a Eclipse plug-in which provide multi-core programming support for Java developers

3.0
   
  0 reviews  |  0 users  |  4,253 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

asyncoro is a Python framework for developing concurrent, distributed programming with asynchronous completions and coroutines. asyncoro features include asynchronous (non-blocking) sockets, efficient polling mechanisms epoll, kqueue, /dev/poll, Windows IO Completion Ports for high performance and ... [More] scalability, SSL for security, asynchronous timers, locking primitives, database cursor operations, communicating coroutines with messages, channels for broadcasting messages, remote execution of coroutines, hot-swapping coroutine functions, and more. Programs developed with asyncoro have same logic and structure as programs with threads, except for a few syntactic changes. Coroutines exchanging messages can be local or distributed in many asyncoro instances across network. [Less]

0
 
  0 reviews  |  0 users  |  6,782 lines of code  |  1 current contributor  |  Analyzed 7 days ago
 
 

My Concurrent programming project

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

此为LighTECHs的熊昊一的最新作品... I have ever met a problem that Lucene would lock the files of index when we do writing actions, so in a multi-`thread environment, if we only apply traditional Java Asynchronized keyword for sharing this mutex resource, the effect of index writing would ... [More] be lower. For that, we introduced JSR166 (JDK1.5 java.util.concurrent) Lea 1999 into our project. Indeed, personally, I capsulated this framework with Spring as my own framework jWorkPool 6 for my mates at first. As my plan, a multi-thread oriented work process is cut into several Work Services by their function and the mutex resources that them accesses, moreover each Work Service has its defined Work Pool for running. Programmers could configure the size of Work Pool to control and optimize the mutex resources' sharing. For example, we use Fixed-Single-Workpool to run the work services for Lucene index writing, only one work service can run in the pool while other submitted work services are waiting in the waiting list. I also design SessionContext, each of which contains variables of a work process among a series of services, and maintain the state of work process. In additional, each service has its "next" service which is injected into service by Spring IoC, and stands for the next service to invoke in process. An abstract class "Router" is defined as a special kind of service which could cipher out what's to do next by variables in SessionContext, and control the process. What's more, the most exciting character of jWorkPool is that Work Services and Work Pool I mentioned above need only configure in Spring Beans XML. That means Beans XML can present the work processes just like BPEL. For more information about this kit please check the homepage of project. Finally we implement the whole business logic in Work Services, and applying jWorkPool shows us a higher performance. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 

Parallel programming the "nearest neighbour heuristic" using OpenMP, for best time results on dual Xeon system.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.