Micro optimization
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 9
- Fork
- 1
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
- [x] Prefer async functions over manual promise code
- [x] Run `DebugLogger.enabled()` eagerly, skip `debug()` call during handler invocation (= skip message string creation)
- [x] Try for..in instead of for..of over `Object.keys()`
- [ ] Try to get rid of dynamic creation of `next` callback function
- [ ] Give `const foo = function foo() {` a try
- [ ] Check if all `Response` props should better be non-optional
- [ ] Run with `ndb`, check where time/heap is spent on
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.