• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

IgniteUI / igniteui-grid-lite / 29031133901
98%

Build:
DEFAULT BRANCH: master
Ran 09 Jul 2026 03:52PM UTC
Jobs 1
Files 36
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Jul 2026 03:50PM UTC coverage: 98.004% (+0.05%) from 97.953%
29031133901

push

github

web-flow
perf(sort,filter): Schwartzian transform and remove recursive match (#63)

sort:
- Pre-compute sort keys once per item (O(n)) instead of on every
  comparison (O(n log n)) via Schwartzian transform
- Store decorated rows as flat pre-allocated tuples [item, key0, key1, ...]
  to halve allocations and improve cache locality vs {item, keys:[]}
- Pre-compute direction multipliers array to eliminate map lookups
  from the comparator hot path

filter:
- Replace recursive match + per-record ands.filter() with matchTree,
  eliminating O(n x ors) array allocations
- Pre-compute ors/ands arrays per expression tree once per apply() call
  instead of re-deriving them per record

519 of 551 branches covered (94.19%)

Branch coverage included in aggregate %.

33 of 33 new or added lines in 2 files covered. (100.0%)

3066 of 3107 relevant lines covered (98.68%)

565.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29031133901.1 09 Jul 2026 03:52PM UTC 36
98.0
GitHub Action Run
Source Files on build 29031133901
  • Tree
  • List 36
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29031133901
  • f60d9919 on github
  • Prev Build on master (#28652130730)
  • Next Build on master (#29031975261)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc