IRC channel logs

2022-06-07.log

back to list of logs

***yewscion is now known as yewscion-away-g
***yewscion-away-g is now known as yewscion
***yewscion is now known as yewscion-away-g
***yewscion-away-g is now known as yewscion
***yewscion is now known as yewscion-away-g
***yewscion-away-g is now known as yewscion
***yewscion is now known as yewscion-away-_g
<daviid>heyhey :), callback support in g-golf - entirely written in scheme, needs to complete a few things, further test, but the machinery is in and working - https://imgur.com/ntHOrRh
<stis>I have a string->number implementation now that reads doubles 2X faster than guile's internal
<stis>sorry it should be 5X
<stis>reading floats to guile's reals is 10X faster
<tohoyn>sneek: botsnack
<sneek>:)
<chrislck>daviid: i figure the api in g-golf is short to prevent (gtk-...) all over the place... how do you override (append ...) without trampling on srfi-1?
<tohoyn>daviid: ping
<tohoyn>chrislck: BTW, in Theme-D-Intr that problem is handled
<stis>I fixed the writer regarding float values in bytevectors of type f32
<stis>the issue is that guile converts to double and then prints it which is ugly as there is a lot of noise
<stis>Another thing that is missing is reading reals defined in hex/oct/binary
<stis>Those format has the property that it is exact. That's harder for the decimal representation and the construction of the real number is faster
***rgherdt_ is now known as rgherdt
<ArneBab>daviid: nice!
<ArneBab>stis: wow!
<stis>Hello guilres!
<stis>current figures 5X faster to read a double, 10X faster to read a float compered to string->number
<daviid>chrislck: i don't fully understand your sentence, within the context of g-golf, both verbs are ambiguous, could you read (if you didn't yeyt) https://www.gnu.org/software/g-golf/manual/html_node/Customizing-G_002dGolf.html and https://www.gnu.org/software/g-golf/manual/html_node/Customization-Square.html 'GI Method Short Name Skip' sections, and then if you still have a problem, or found a bug, let me know, tx
<daviid>sneek: later tell tohoyn i still have some house keeping, cleaning work, then i'll push those changes related to calback support in g-golf, hopefully tonight, maybe later, but will let you know
<sneek>Will do.