Skip to content

Commit

Permalink
Optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
antiflasher committed Oct 8, 2023
1 parent f36184f commit c26bac5
Show file tree
Hide file tree
Showing 8 changed files with 443 additions and 375 deletions.
3 changes: 2 additions & 1 deletion benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ let suite = new benchmark.Suite();

suite
.add("create", () => {
apcach(70, 0.1, 200);
//apcach(70, 0.1, 200);
apcach(70, maxChroma(), 200);
})
.on("cycle", (event) => {
process.stdout.write(String(event.target));
Expand Down
Loading

0 comments on commit c26bac5

Please sign in to comment.