Email or username:

Password:

Forgot your password?
Top-level
Andy Alderwick

@neauoire Wow, sounds like the File device we discussed back at lists.sr.ht/~rabbits/uxn/%3C20 would be very helpful here, to improve random access performance an awful lot!

I've always been curious with Oquonie whether the same partial loading approach needs to be done with code, too. I've been working on loadable module support recently, so that could help too 😊

3 comments
Devil Lu Linvega

@alderwick I'm trying to build oquonie with what we already got, and when I reached a point when I need to optimize maybe we can see which approach is the most painless :)

Andy Alderwick

@neauoire Just to be clear, since I mentioned both at the same time: the loadable module support is already using just what we have already. The J?I instructions have been instrumental in making it happen, so this is exciting new work!

Devil Lu Linvega

@alderwick Oh! yes, sorry I meant the seeking. I don't think I'll have to stream actual code for this. So far the oquonie core is only 2000 bytes long, but the world object will be pretty big so we'll see!

js: github.com/hundredrabbits/Oquo
tal: git.sr.ht/~rabbits/oquonie/tre

Go Up