-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add begining image function and demo and performance optimizations (1…
…0x improvements related to logging level skips) (#211) * Add begining image function and demo * Fix extension type apply * review comments * Only deref go functions if they don't take ANY in, that way type() still works * Fix bug that using PI for instance would prevent caching * Add image_set_ycbcr, allow color to be array of float (still 0-255 but rounded to nearest if float), add not yet used HSL * remove remaining direct object.Error{} creation. add stack for error returned by extensions with non eval state cdata * Ran with -cpu-profile and found expensive logging needing if guard. dropped images.gr from .9 to .3s * Make linters happy, make setup-go use latest * go mod tidy mystery * cross ref the other butterfly implementation * Add prime number as iterator demo * another 10x speed improvements by skipping log evaluations
- Loading branch information
Showing
9 changed files
with
455 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.