-
# đź“ť Add game tutorial/guide
## Overview
Create an efficient, unintrusive tutorial system that teaches new players game mechanics while maintaining our ultra-minimal code approach.
## Current St…
-
[Coursera: Microsoft Full-Stack Developer Professional Certificate](https://www.coursera.org/professional-certificates/microsoft-full-stack-developer)
---
Courses
- [ ] Foundations of Coding Full-Stac…
-
Hi community, I'm building a triton kernel which first loads some discontinuous indexes from one tensor, and loads actual data with these indexes from another tensor.
I'm trying to implement [PagedA…
-
Run an experiment to evaluate the performance of a simulated annealing gradient descent (SA-GD) approach compared to traditional gradient descent (GD). The purpose of this experiment is to understand …
-
Really basic - reuse the image, and if the letter/colour is the same as previous, just don't redraw it.
Previously I thought about trying to shift everything off by one, but this should do at least…
-
- [ ] Emit all files only at the end. Evaluate performance impact
- [ ] Avoid emitting files which are never actually used (previous point)
- [ ] Apply optimizations during image conversion in sharp…
-
Starting this thread to discuss ideas for optimizing multi-terms aggregation.
Sample query:
```
{
"size": 0,
"aggs": {
"important_terms": {
"multi_terms": {
"terms": …
-
Performance optimization
## Targets
- [x] `forEach` to `for` loop in `_preprocess()` - slight insignificant performance gain
- [x] cache `espree.parse()` results in `_preprocess()` - 30%~40% redu…
-
```markdown
## Story
As a developer, I need to search curriculum content effectively.
## Objective
Implement robust search infrastructure with both basic and semantic search capabilities.
…
-
I don't really have an issue to raise, however I wanted to bring to your attention this benchmark of different JSON parsing libraries for OpenResty:
https://github.com/bungle/lua-resty-libcjson/issue…