-
Data Delivery Network Ltd
- Cardiff
- http://www.datadeliverynetwork.com
Pinned Loading
33 contributions in the last year
Day of Week | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | ||||||||||||||||||||||||||||||||||||||||
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
Contribution activity
February 2025
Created 1 repository
-
garyhuntddn/swr
TypeScript
This contribution was made on Feb 11
Created a pull request in vercel/swr that received 1 comment
performance improvement by reducing calls to toString()
See issue #4090 This code extracts out the getting of a type name rather than repeating that 3x. This increases performance of the hot path through…
+8
−5
lines changed
•
1
comment
Created an issue in vercel/swr that received 1 comment
hash function does multiple toStrings when it could do 1
Bug report
Description / Observed Behavior
I was looking through the codebase and specifically src/_internal/utils/hash.ts
There are 3 calls to isO…
1
comment