Skip to content

Commit 2090195

Browse files
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

21 files changed

+1045
-3626
lines changed

.lvimrc

Lines changed: 0 additions & 32 deletions
This file was deleted.

ChangeLog

Lines changed: 0 additions & 5 deletions
This file was deleted.

Makefile.am

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,18 @@ CMAKE_FILES= \
1414

1515
DOC_FILES= \
1616
COPYING.md \
17-
README.md \
18-
README.Music.md \
19-
NEWS.md \
20-
PHILOSOPHY.md \
21-
ChangeLog
17+
README.md
2218

2319
EXTRA_DIST= \
2420
$(AUX_DIST_GEN) \
2521
$(CMAKE_FILES) \
2622
$(DOC_FILES) \
27-
NOT-BUGS.md \
28-
README.Strife.md \
29-
.lvimrc \
30-
HACKING.md \
31-
TODO.md \
3223
rpm.spec \
3324
win32/win_opendir.c \
3425
win32/win_opendir.h
3526

3627
doomdocsdir = ${docdir}/../${PROGRAM_PREFIX}doom
37-
doomdocs_DATA = $(DOC_FILES) NOT-BUGS.md
28+
doomdocs_DATA = $(DOC_FILES)
3829

3930
hereticdocsdir = ${docdir}/../${PROGRAM_PREFIX}heretic
4031
hereticdocs_DATA = $(DOC_FILES)
@@ -43,7 +34,7 @@ hexendocsdir = ${docdir}/../${PROGRAM_PREFIX}hexen
4334
hexendocs_DATA = $(DOC_FILES)
4435

4536
strifedocsdir = ${docdir}/../${PROGRAM_PREFIX}strife
46-
strifedocs_DATA = $(DOC_FILES) README.Strife.md
37+
strifedocs_DATA = $(DOC_FILES)
4738

4839
MAINTAINERCLEANFILES = $(AUX_DIST_GEN)
4940

NEWS.md

Lines changed: 0 additions & 1492 deletions
This file was deleted.

NOT-BUGS.md

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)