glkote icon indicating copy to clipboard operation
glkote copied to clipboard

Use TypedArrays for GlkAPI

Open erkyrath opened this issue 5 months ago • 0 comments

Quixe now uses Uint8Array for memory. We could switch glkapi.js over to Uint32Array for character arrays, and have gi_dispa.js send those.

(I don't think glkote.js uses character arrays anywhere; it's all strings.)

Note https://github.com/erkyrath/glkote/issues/27 .

erkyrath avatar Sep 13 '24 18:09 erkyrath