Commit 2090195
authored
Feature/performance enhancement (#5)
* refactor: optimize ASCII rendering performance and enhance Emscripten configuration with SIMD support
- Updated EM_LDFLAGS to include additional exported functions for better performance.
- Increased optimization level from 2 to 3 in the build configuration.
- Refactored C++ code for ASCII rendering to improve memory management and performance, including SIMD optimizations.
- Added benchmarking capabilities to measure performance with and without SIMD.
- Updated HTML and CSS for improved UI and added control buttons for benchmarking and SIMD toggling.
* refactor: readme 개선
* refactor: 초당 fps로 변경
* chore: 불필요 파일 제거
* feat: 성능 측정표 업데이트1 parent 6623bd6 commit 2090195
File tree
21 files changed
+1045
-3626
lines changed- pkg
- osx
- win32
- src
21 files changed
+1045
-3626
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 17 | + | |
22 | 18 | | |
23 | 19 | | |
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 23 | | |
33 | 24 | | |
34 | 25 | | |
35 | 26 | | |
36 | 27 | | |
37 | | - | |
| 28 | + | |
38 | 29 | | |
39 | 30 | | |
40 | 31 | | |
| |||
43 | 34 | | |
44 | 35 | | |
45 | 36 | | |
46 | | - | |
| 37 | + | |
47 | 38 | | |
48 | 39 | | |
49 | 40 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments