Toward a better list iterator for the kernel
Toward a better list iterator for the kernel
Posted Mar 10, 2022 17:52 UTC (Thu) by EnigmaticSeraph (subscriber, #50582)In reply to: Toward a better list iterator for the kernel by jengelh
Parent article: Toward a better list iterator for the kernel
The kernel generally tolerates no performance hits, esp. with such a widely-used structure. And while there exists e.g.:
https://www.boost.org/doc/libs/1_78_0/doc/html/intrusive/...
, which can be configured to be as would've been at the C level, but generic. However, kernel devs tend to be wary of C++ in the kernel, for not-unfounded reasons.
https://www.boost.org/doc/libs/1_78_0/doc/html/intrusive/...
, which can be configured to be as would've been at the C level, but generic. However, kernel devs tend to be wary of C++ in the kernel, for not-unfounded reasons.
