mahrz24 / Craftwerk

Haskell 2D graphics / visualization library
8 stars 0 forks source link

[Cairo] Rendering slow #9

Open mahrz24 opened 13 years ago

mahrz24 commented 13 years ago

The rendering in Cairo is rather slow, use strict complex points as datatypes (allows nicer transformations anyway and is also a R vector space). Also, some quad tree / kd tree structure for quick partial rendering might be nice.

mahrz24 commented 13 years ago

The library now uses complex numbers as points which are strict, this leads already to a small speed-up.