Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
theolivenbaum
on May 21, 2025
|
parent
|
context
|
favorite
| on:
“ZLinq”, a Zero-Allocation LINQ Library for .NET
To add on that, you can define your lambdas as static to make sure you're not capturing anything by mistake.
Something like dates.Where(static x => x.Date > DateTime.Now)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Something like dates.Where(static x => x.Date > DateTime.Now)