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

Giorgi / DuckDB.NET / 29168375289
90%

Build:
DEFAULT BRANCH: develop
Ran 11 Jul 2026 09:15PM UTC
Jobs 0
Files 0
Run time –
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

pending completion
29168375289

push

github

Giorgi
Avoid LINQ and boxed-enumerator allocations in parameter binding

PreparedStatement.BindParameters ran a LINQ OfType<>().Any(...) and iterated
the parameters with foreach over the non-generic collection (which boxed the
List<T> struct enumerator) on every command execution. Replace both with
index-based loops over the typed indexer.

This removes ~128 bytes and 2-3 allocations per command execution, which
matters in tight parameterized-query loops. Execution time is unchanged, as the
native prepare/execute dominates.
Source Files on build 29168375289
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #29168375289
  • fe2abc5e on github
  • Prev Build on develop (#29167982032)
  • Next Build on develop (#30017735940)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc