Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-17Return a new object in ObjectPool when too much time is spent spinning in TakeJérémie Laval
2011-02-15Fix test failure in SplitOrderedListJérémie Laval
2011-02-14Correctly add ObjectPool to the buildJérémie Laval
2011-02-14Use ObjectPool in SplitOrderedListJérémie Laval
2011-02-14Fix wrong CAS check in SplitOrderedListJérémie Laval
2011-02-14Use ObjectPool in ConcurrentStackJérémie Laval
2011-02-14Use ObjectPool in ConcurrentQueueJérémie Laval
2011-02-14Add concurrent implementation of an ObjectPool to reuse small objects like No...Jérémie Laval
2011-01-25Add pfx to the mobile profileGeoff Norton
2011-01-13Make ConcurrentSkipList implements IEnumerable and ICollection instead of IPr...Jérémie Laval
2011-01-13Make ConcurrentOrderedList implements IEnumerable and ICollectionJérémie Laval
2011-01-13Rename namespaces and update docsJérémie Laval
2011-01-13Add Comparer property to ConcurrentOrderedListJérémie Laval
2011-01-13First drop of a new Mono.Parallel assemblyJérémie Laval
2011-01-07Remove now unused internal classesJérémie Laval
2011-01-06Fix commentsJérémie Laval
2011-01-06Protect SpinLock's Enter method against asynchronous exceptionJérémie Laval
2011-01-04Use correct exception when a key is not found in ConcurrentDictionaryJérémie Laval
2010-12-29Remove no longer used BOOTSTRAP conditionalsMarek Safar
2010-12-17Remove a leftover debugging scwlJérémie Laval
2010-12-16Add support for storing elements with the same hashcode in ConcurrentDictiona...Jérémie Laval
2010-12-16Some 4.0 API tweaksMarek Safar
2010-12-15Yet more parameter manual fixupJérémie Laval
2010-12-15Some .net 4.0 api compatibility fixesMarek Safar
2010-11-22Improve fallback SpinWait to include the initial logic of SpinWaitJérémie Laval
2010-11-22Define more correctlyJérémie Laval
2010-11-22Add a default implementation of SpinWait when SplitOrderedList is built with ...Jérémie Laval
2010-11-17[Partitioner] Use custom made enumerator for GetPartitions proxying from GetO...Jérémie Laval
2010-11-12Directory cleanup for System.Collections.Concurrent partitionersJérémie Laval
2010-11-09Use ulong to represent element hashes internally allowing full width 32bits h...Jérémie Laval
2010-11-04ConcurrentDictionary performance improvementsJérémie Laval
2010-11-03Fixicate net_4_0_bootstrap build.Jérémie Laval
2010-11-03Implement Partitioner.Create int and long overloads. Add corresponding unit t...Jérémie Laval
2010-08-24Correctly support calling lazily factory lambdas in ConcurrentDictionary.Jérémie Laval
2010-08-19Little 4.0 API signature tweaksJérémie Laval
2010-08-17Move the count increment at a semantically more correct place in ConcurrentQueueJérémie Laval
2010-08-13Move NET_4_0 define checks at the right position under the licence textJérémie Laval
2010-08-12Add comments on some of SplitOrderedList's methods.Jérémie Laval
2010-08-12When hard node deletion fails in SplitOrderedList, restart the process from t...Jérémie Laval
2010-08-12Cache new segment array creation in SplitOrderedList to reuse it in case CAS ...Jérémie Laval
2010-08-12Tweak SplitOrderedList MaxLoad value (i.e. less pair per bucket).Jérémie Laval
2010-08-12Fix GetParent method in SplitOrderedList, it wasn't returning a meaningful va...Jérémie Laval
2010-08-12Port ConcurrentDictionary to use SplitOrderedList class.Jérémie Laval
2010-08-12Add auxiliary methods to SplitOrderedList to allow better integration with Co...Jérémie Laval
2010-08-12Fixicate SplitOrderedList and tune default valuesJérémie Laval
2010-08-12Compilable implementation of SplitOrderListJérémie Laval
2010-08-12Add new split ordered list type based on the eponymous data structure.Jérémie Laval
2010-04-162010-04-15 Jérémie Laval <jeremie.laval@gmail.com>Jérémie Laval
2010-04-162010-04-15 Jérémie Laval <jeremie.laval@gmail.com>Jérémie Laval
2010-04-152010-04-15 Jérémie Laval <jeremie.laval@gmail.com>Jérémie Laval