bug#39130: Speed up C Foreign Function Interface

2020-02-18 Thread Roel Janssen
Dear Amirouche, The Github links don't seem to work (for me). Kind regards, Roel Janssen On Tue, 2020-01-14 at 12:15 +, Amirouche wrote: > I benchmarked Chez Scheme vs. Guile. Guile is 3 to 5 times slower > than Chez. I attribute that mostly to C Foreign Function Interface. > > The applica

bug#39130: Speed up C Foreign Function Interface

2020-01-14 Thread Amirouche
I benchmarked Chez Scheme vs. Guile. Guile is 3 to 5 times slower than Chez. I attribute that mostly to C Foreign Function Interface. The application will parse a text file (n-turtle format) and store in an embedded database (wiredtiger). Most the CPU time should be spent during parsing [0], th