Title Required
RSS Channel: Comments on: It’s not unusual to port the Linux Vector Packet Processor (VPP) to FreeBSD
Exploring the Future of Computing
Generator:https://wordpress.org/?v=6.5.5
Docs:http://blogs.law.harvard.edu/tech/rss

By: djr
Unusual title... authors name... well played :)

By: ppp
Nice. I do a lot of vector/SIMD coding. Just finished an image compressor/decompressor. NEON make for good speed ups. In this case around 900% (yup... honest). But there's other good stuff. I think we're only now discovering how to use these capabilities - I've often noticed a medium term time span between new tech and good (fast and/or power friendly) implementations of algorithms beyond the obvious (mipmap gen, fast copies, blend etc) and suddenly we're going block base de/compress and parsing. Which reminds me... https://arxiv.org/pdf/1902.08318 the use of carry-less multiply to demarcate quoted strings is seriously cool. Well, cool if you're a massive nerd (like me).