سایت داکیومنتیشن کتابخانه Gridify
200, OK
https://alirezanet.github.io/Gridify/ icon

سایت documentation کتابخانه Gridify رو امروز آپلود کردم. 


خوشحال میشم فیدبک یا نظری برای بهتر شدنش اگر داشتید بدید. هرچند امکانات اصلاح متون هم در خود این سایت تعبیه شده و راحت هست. اگر دنبال نمونه برای vuepress هم میگردید  بررسی سورس کدش میتونه گزینه خیلی خوبی باشه.

سایت داکیومنتیشن کتابخانه Gridify
مقایسه سرعت Gridify 1.3.4 با سایر کتابخانه های dynamic linq
200, OK
https://github.com/Alirezanet/Gridify/blob/master/README.md#performance-comparison icon
Method Mean Error StdDev MValue Ratio RatioSD Gen 0 Gen 1 Gen 2 Allocated
Native Linq 545.8 us 1.98 us 1.85 us 2.000 1.00 0.00 7.3242 3.4180 - 15 KB
Gridify 573.7 us 3.88 us 3.24 us 2.000 1.05 0.01 13.6719 4.3945 - 29 KB
Dynamic Linq 781.1 us 6.14 us 5.74 us 2.000 1.43 0.01 49.8047 - - 102 KB
Sieve 1,726.0 us 24.42 us 21.65 us 2.000 3.16 0.04 25.3906 11.7188 - 55 KB 

مقایسه سرعت  Gridify 1.3.4 با سایر کتابخانه های dynamic linq
کتابخانه linq$
200, OK
https://www.nuget.org/packages/jscriptlinq/ icon
$linq is a Javascript version of .NET's Linq to Objects, with some query operations inspired by MoreLinq

Some of the Linq to Objects methods implemented

  • select
  • selectMany
  • where
  • orderBy
  • thenBy
  • distinct
  • groupBy
  • groupJoin
  • join
  • except
  • union
  • intersect
  • take/takeWhile/takeUntil
  • skip/skipWhile/skipUntil
    Examples
    A simple example of breaking up a sequence of numbers into even and odd arrays:
    
    var list = $linq([1, 2, 3, 4, 5, 6, 7, 8, 9, 10]);
    
    var evens = list.where(function (x) { return x % 2 == 0; }).toArray();
    var odds = list.where("x => x % 2 == 1").toArray();


کتابخانه  linq$