Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 350 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 350 Bytes

LINQPerformance

  • Proyect to test Linq performance executing query among large data set
  • It has been used technologies like PLinq and Linq

v1.0

  • Multithread data loading
  • Test performance between use of Linq and ParallelLinq on complex query and large data set of objects

v1.1

  • Multithread options has been added
  • Fix threads IDs bug