- C# Benchmarks V2010-Summer:
    [
      CSharpBench.zip (zip)
    ]
    
    This is a nice set of benchmarks from (J)Olden, SpecJVM98, and JavaGrande which have been ported to C#, cleaned up, and reworked to use standard libraries instead of hand implemented data structures. This set provides a range of challenges while still being fairly manageable in scale. 
    
     
 
  - Modified Jolden V2008:
    [
	
      modJolden.zip (zip)
    ]
  	
  		This set of benchmarks is a version of the Jolden suite which has had a number of C idioms removed (in favor of 
  		more Java centric techniques) and where resonable we have used the Java collections (java.util) in place of ad-hoc 
  		data strucure implementations.