|
|
About ::
TODO ::
Blog ::
RSS ::
Old blog ::
Projects ::
GIT ::
Gallery ::
Notes
Tue, 01 Aug 2006
Network tree allocator.
While creating various bitfield operations I've found,
that several existing Linux kernel ones are way too suboptimal,
for example set_bit_string() and __clear_bit_string()
on x86_64 (actually I have not seen in other arches). And I'm saying
not about assembler optimisations, but usual C ones.
So right now I'm a bit snapped between
kevents
and friends, tree allocator, slacking and paid work (yep, I need to work not less
than 8 hours every day to get some beer and other goodies),
but I plan to complete userspace implementation very soon, since most
of the things are already implemented.
/devel/networking/nta :: Link / Comments ()
|