derek-will / SocketCANSharp

.NET managed wrapper for SocketCAN on Linux
BSD 3-Clause "New" or "Revised" License
54 stars 13 forks source link

Netlink Implementation: Refactor away some LINQ usages to BlockCopy #75

Closed derek-will closed 1 year ago

derek-will commented 1 year ago

There are a few instances where LINQ is used and instead BlockCopy could be used. BlockCopy is more performant and LINQ usage is unnecessary.