0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 13 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added unit tests, had to add two ! to CopyOnWriteArrayList to get it to compile More... about 14 years ago
Deque interface More... about 14 years ago
added PriorityBlockingQueue More... about 14 years ago
Incomplete blocking classes with their superclasses/interfaces More... about 14 years ago
Basic translation of unit tests for ConcurrentSkipListMap. More... about 14 years ago
Basic translation of PriorityBlockingQueue and all supporting classes. More... about 14 years ago
Added directory for incomplete classes More... about 14 years ago
Changed directories so that packaging works correctly More... about 14 years ago
Ryan and Ha's CopyOnWriteArrayList and CopyOnWriteArraySet and corresponding tests More... about 14 years ago
Took out java legacy method contains, replaced with containsValue More... about 14 years ago
added performance tests in both x10 and java, creates about 3*n threads and runs them concurrently, n can be modified by changing the constant NUM_OPERATIONS More... about 14 years ago
Fixed constructors according to design document, took out java legacy method More... about 14 years ago
Merge branch 'master' of git://github.com/dougkang/x10.util.concurrent More... about 14 years ago
Removed two unneccessary classes. More... about 14 years ago
Merge branch 'master' of [email protected]:dougkang/x10.util.concurrent More... about 14 years ago
Added comments to various classes More... about 14 years ago
Added comments to ConcurrentSkipListMap supporting supporting classes. More... about 14 years ago
Added comments to ConcurrentSkipListMap supporting supporting classes. More... about 14 years ago
Possible fix for parameter errors. More... about 14 years ago
added the equals method. it works yayy More... about 14 years ago
Changed ConcurrentHashMap to support generics, fixed iterator trouble in AbstractMap, made ConcurrentHashMap to extend AbstractMap so that all tests in ConcurrentHashMapTest now work except for equals (which we will not implement) More... about 14 years ago
Completed missing functionality of ConcurrentHashMap. Exchanged enumerations for iterators, completed elements(), values(), and keys(), fixed keySet() and entries(). All that is left to do in the class is resolve the issue with the .equals() method and wait for AbstractMap issues to be resolved before extending that class. All unit tests except for testPutAll (AbstractMap issue) and testEquals (.equals issue) and exception tests pass. Yay More... about 14 years ago
Merge branch 'master' of [email protected]:dougkang/x10.util.concurrent More... about 14 years ago
Added last bit of functionality but commented out More... about 14 years ago
Basic translation of all unit test cases. More... about 14 years ago
Added SubMap to ConcurrentSkipListMap and fixed more errors in AbstractMap/AbstractSet More... about 14 years ago
Basic translation of ConcurrentSkipListSet More... about 14 years ago
Fixed bugs, size() still not found More... about 14 years ago
Basic translation of all unit tests. More... about 14 years ago
Half of the unit tests for ConcurrentSkipListMap More... about 14 years ago