2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-03-31 10:43:22 +00:00
sammyette b28a2c24c1
refactor!: use userdata where appropriate (#157)
any interface which has lua side objects that are from go side for its api (namely jobs) they will use userdata instead of always creating a table to represent the object. this might or might not bring lower ram usage since there is now only 1 single reference to an object instead of always creating a table to expose on lua

breaking change since methods need to be called with a colon instead of dot
2022-05-28 19:03:44 -04:00
..
2022-05-22 07:29:01 -04:00
2022-03-22 18:39:22 -04:00
2022-02-25 22:00:39 +00:00
2022-02-25 22:00:39 +00:00
2022-04-23 00:03:50 -04:00
2022-04-23 00:03:48 -04:00
2022-04-04 10:40:25 +00:00