EightBit/M6502/HarteTest_6502
Adrian Conlon f8b5045f99 Use string_view from simdjson. Interesting speed up.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-10-24 11:15:10 +01:00
..
simdjson Try simdjson: bloody hell, that's fast!! 2021-10-11 22:09:03 +01:00
array_t.cpp Constify a few statements. Not much difference. 2021-10-23 17:46:59 +01:00
array_t.h Use string_view from simdjson. Interesting speed up. 2021-10-24 11:15:10 +01:00
byte_t.cpp Constify a few statements. Not much difference. 2021-10-23 17:46:59 +01:00
byte_t.h Use string_view from simdjson. Interesting speed up. 2021-10-24 11:15:10 +01:00
cycle_t.cpp Constify a few statements. Not much difference. 2021-10-23 17:46:59 +01:00
cycle_t.h Use string_view from simdjson. Interesting speed up. 2021-10-24 11:15:10 +01:00
cycles_t.cpp Constify a few statements. Not much difference. 2021-10-23 17:46:59 +01:00
cycles_t.h Refactor to share JSON implementation details. 2021-10-22 13:10:23 +01:00
element_t.cpp Refactor to share JSON implementation details. 2021-10-22 13:10:23 +01:00
element_t.h Use string_view from simdjson. Interesting speed up. 2021-10-24 11:15:10 +01:00
HarteTest_6502.vcxproj Refactor to share JSON implementation details. 2021-10-22 13:10:23 +01:00
HarteTest_6502.vcxproj.filters Refactor to share JSON implementation details. 2021-10-22 13:10:23 +01:00
opcode_test_suite_t.cpp Constify a few statements. Not much difference. 2021-10-23 17:46:59 +01:00
opcode_test_suite_t.h More simplifications and faster yet! 2021-10-22 10:51:36 +01:00
ram_t.cpp Constify a few statements. Not much difference. 2021-10-23 17:46:59 +01:00
ram_t.h Refactor to share JSON implementation details. 2021-10-22 13:10:23 +01:00
state_t.cpp Refactor to share JSON implementation details. 2021-10-22 13:10:23 +01:00
state_t.h Refactor to share JSON implementation details. 2021-10-22 13:10:23 +01:00
stdafx.cpp First stab at using the Harte randomised processor tests. Some failures detected in the M6502 run. 2021-10-10 21:26:30 +01:00
stdafx.h Draw an end to my json experimentations. simdjson is king. long live simdjson! 2021-10-20 21:44:43 +01:00
test_t.cpp Refactor to share JSON implementation details. 2021-10-22 13:10:23 +01:00
test_t.h Refactor to share JSON implementation details. 2021-10-22 13:10:23 +01:00
TestRunner.cpp Use string_view from simdjson. Interesting speed up. 2021-10-24 11:15:10 +01:00
TestRunner.h Use string_view from simdjson. Interesting speed up. 2021-10-24 11:15:10 +01:00
tests.cpp Constify a few statements. Not much difference. 2021-10-23 17:46:59 +01:00