Projects tagged ‘comparison’ and ‘performance’


[5 total ]

5 Users

ORM Battle is designed to compare the most famous ORM (object-relational mapping) tools for .NET. Its primary focus ares are LINQ implementation quality and performance of essential operations (CRUD ... [More] , queries, fetches, materialization). Visit http://ormbattle.net for the most current results. [Less]
Created 4 months ago.

1 Users
   

The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for Linux and is designed to carry out qualitative and quantitative benchmarks in a clean, reproducible, and easy-to-use manner.
Created about 1 year ago.

0 Users

This test project was created to test different .NET ORM performance. ORMs to compare: LINQ to SQL, Entity Framework, Active Record (NHibernate). Database: Northwind (MS SQL Server) All the ... [More] details and results can be found at Alexader Konduforov's blog (http://www.merle-amber.blogspot.com), russian only. If you are English-speaking person please feel free to write any comments in english - I will surely reply and try to help. [Less]
Created about 1 year ago.

0 Users

Java EE web framework performance comparison See: http://ptrthomas.wordpress.com/2009/01/14/seam-jsf-vs-wicket-performance-comparison/ http://ptrthomas.wordpress.com/2009/09/14/perfbench-update-tapestry-5-and-grails/
Created 11 months ago.

0 Users

Matrix Multiplication. FPUNA @ 2008Matrix Multiplication algorithms performance comparison. We compare diferent versions of algorithm including: - Sequential simple. - 1D y 2D parallel algorithm ... [More] implemented with pthreads. - ... The implementations are all made on C/C++, and correspond to a Practice Work for the "Design of Parallel Algorithms Course" from FPUNA. Matrix Multiplication parallel algorithm performance comparison. As a second part of the project, we compare four diferent parallel algorithms for solve the matrix multiplication of two square dense matrices. The algorithms compared are: - 2D with block-cyclic distribution. - Cannon - DNS - Diagonal 2D We use OpenMPI for implementation. [Less]
Created about 1 year ago.