shuveb / io_uring-by-example

A companion repository for the io_uring by Example article series
MIT License
372 stars 56 forks source link

old school int literals to replace extension strings. #17

Closed jnorthrup closed 2 years ago

jnorthrup commented 2 years ago

this branch is an attempt to build a well documented and relatively strong port to the land of kotlin llvm native code.

i wanted to lend some wisdom to decoding the file extensions in the server and to produce something more extensible and imho simpler and I'm pretty happy with the work, this is something that could only be done in C this way, and so it now has been.

along the way I saw some compelling work in other forks and have merged those for the benefit of porting a decent example.

feedback welcome

Best!

jnorthrup commented 2 years ago

1.1 is in question. my int comparison as well.