pharo-graphics / Alexandrie

FFI bindings and a 2D canvas for Pharo based on Cairo, Freetype and Harfbuzz
MIT License
5 stars 2 forks source link

Are AeCairoContext>>#appendPath: bench results justified? #37

Open tinchodias opened 1 year ago

tinchodias commented 1 year ago

We are talking of our bindings to cairo_append_path function, in AeCairoContext>>#appendPath:, which seem to be quite slow in benchmarks. Is it justified?

Reproduce:

Tested on a Macbook 2018 (intel) and Windows PC.