- ATL
Pinned Loading
-
ember.js
ember.js PublicForked from emberjs/ember.js
Ember.js - A JavaScript framework for creating ambitious web applications
-
-
ember-cli-deploy-create-react-app
ember-cli-deploy-create-react-app Publicember-cli-deploy integration for create-react-app apps
-
react-modern-library-boilerplate
react-modern-library-boilerplate PublicForked from transitive-bullshit/react-modern-library-boilerplate
Boilerplate for publishing modern React modules with Rollup
JavaScript
34 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
web-fragments/web-fragments,
embroider-build/embroider,
qunitjs/qunit
and 6 other
repositories
Loading
Contribution activity
March 2025
Created a pull request in embroider-build/embroider that received 5 comments
Short circuit the reverseSearchAppTree when possible to reduce time
In a large app with lots of addons, this change dropped time spent in reverseSearchAppTree
from 2.2s to 600ms.
I think inAddonName
will always have /…
+6
−1
lines changed
•
5
comments
Reviewed 1 pull request in 1 repository
embroider-build/embroider
1 pull request
-
Short circuit the reverseSearchAppTree when possible to reduce time
This contribution was made on Mar 12
Created an issue in embroider-build/embroider that received 3 comments
[perf] make module-resolver's reverseSearchAppTree faster?
In a medium app with lots of addons, I found that a decent amount of time is spent in reverseSearchAppTree itself. I was able to patch this to sho…
3
comments