~silnrsi/smith/+git/cu2qu-master:one-last-optimization

Last commit made on 2016-07-29
Get this branch:
git clone -b one-last-optimization https://git.launchpad.net/~silnrsi/smith/+git/cu2qu-master

Branch merges

Branch information

Name:
one-last-optimization
Repository:
lp:~silnrsi/smith/+git/cu2qu-master

Recent commits

f899c8c... by BehdadEsfahbod

Combine two more loops

Another 10% speedup.

c5a17bb... by BehdadEsfahbod

Shuffle code in cubic_approx_spline() a bit

b305ef4... by BehdadEsfahbod

Another micro-optimization

40ebe85... by BehdadEsfahbod

Move special-cases of split_cubic_into_n() into it

Surprisingly this doesn't seem to slow down, but also slightly
speed up.

ede8984... by BehdadEsfahbod

Apply review changes from https://github.com/googlei18n/cu2qu/pull/37

7011050... by BehdadEsfahbod

Merge pull request #37 from googlei18n/break-early

Break early

223450e... by BehdadEsfahbod

Break out of conversion loop early if a curve fails to convert

Makes the compatible-conversion about 40% faster.

39fbd9f... by BehdadEsfahbod

[benchmark] Make output more compact

Also, are the min numbers really useful?

5410431... by BehdadEsfahbod

Another theoretical optimization

de9b9ba... by BehdadEsfahbod

Reduce code duplication