vala-benchmarks.git
2011-01-17  Marco Trevisan... binarytrees-threadpool: use compact class and mutex master binarytrees.vala-9.vala
2011-01-17  Marco Trevisan... binarytrees-thread: use compact class and mutex binarytrees.vala-8.vala
2011-01-17  Marco Trevisan... binarytrees: use compact class binarytrees.vala-7.vala
2011-01-14  Marco Trevisan... spectralnorm: first version based on pure C# implementation spectralnorm.vala
2011-01-14  Marco Trevisan... object-allocator: new benchmark that allocates many... objectallocator.vala
2011-01-14  Marco Trevisan... binarytrees-dova-thread: added new binarytree version...
2011-01-13  Marco Trevisan... binarytrees-dova: removed the atoi dependency.
2011-01-13  Marco Trevisan... binarytrees-dova: added support for Vala Dova profile
2011-01-10  Marco Trevisan... spectralnorm-thread: added the threaded version of...
2011-01-10  Marco Trevisan... fasta: added Fasta benchmark fasta.vala
2011-01-06  Marco Trevisan... fannkuchredux-thread: added missing return value in... fannkuchredux.vala-6.vala
2011-01-05  Marco Trevisan... build-system: added meteor benchmark
2011-01-05  Marco Trevisan... meteor: fixed segfault, the benchmark now works! meteor.vala
2011-01-05  Marco Trevisan... meteor: use fixed arrays when possible
2011-01-05  Marco Trevisan... meteor: implemented the Soln to_string() method
2011-01-05  Marco Trevisan... meteor: added first version translittered by the java...
2011-01-04  Marco Trevisan... binarytrees-threadpool: use AtomicInt instead of mutex binarytrees.vala-6.vala
2011-01-04  Marco Trevisan... fannkuchredux-thread: use AtomicInt instead of locks
2011-01-04  Marco Trevisan... fannkuchredux-thread: using fixed arrays also for retur... fannkuchredux.vala-5.vala
2011-01-04  Marco Trevisan... fannkuchredux-thread: use fixed-size array for saving...
2011-01-04  Marco Trevisan... fannkuchredux-thread: always free the array... fannkuchredux.vala-4.vala
2011-01-04  Marco Trevisan... fannkuchredux-thread: use an GLib.Array instead of...
2011-01-04  Marco Trevisan... fannkuchredux-thread: use the GLib.Thread return functi... fannkuchredux.vala-3.vala
2011-01-04  Marco Trevisan... fannkuchredux-thread: added a first threaded version fannkuchredux.vala-2.vala
2011-01-04  Marco Trevisan... build system: valac enable multithreading support by...
2011-01-04  Marco Trevisan... binarytrees-thread: use the thread return value for... binarytrees.vala-5.vala
2011-01-04  Marco Trevisan... fannkuchredux: added first version based on un-threaded... fannkuchredux.vala
2011-01-03  Marco Trevisan... build system: added an automake based build system
2011-01-03  Marco Trevisan... binarytrees-threadpool: some optimizations binarytrees.vala-4.vala
2011-01-03  Marco Trevisan... binarytrees-threadpool: added new threaded version...
2011-01-03  Marco Trevisan... binarytrees-thread: use the Sched.CpuSet get_cpu_count... binarytrees.vala-3.vala
2011-01-03  Marco Trevisan... sched.vapi: updated to sync the real library
2011-01-03  Marco Trevisan... binarytrees-thread: using sched.h for getting the CPU...
2011-01-03  Marco Trevisan... binarytrees-thread: better TreeNode implementation.
2011-01-03  Marco Trevisan... binarytrees-thread: added max thread number.
2010-12-31  Marco Trevisan... binarytree: reduce the memory usage and complexity... binarytrees.vala-2.vala
2010-12-31  Marco Trevisan... binarytrees: added the threaded version
2010-12-30  Marco Trevisan... nbody: avoid sun to be scanned when calculating px... nbody.vala
2010-12-30  Marco Trevisan... nbody: fixed error, use classes instead of structs
2010-12-30  Marco Trevisan... nbody: code cleanup, better read-ability...
2010-12-30  Marco Trevisan... Added nbody benchmark, but still not working as expected
2010-12-30  Marco Trevisan... First commit, added binarytrees benchmark binarytrees.vala