Dnomd343
|
79b3345c78
|
feat: demo of analyse backtrack
|
2 years ago |
Dnomd343
|
8f03dc024f
|
feat: try to reduce repeated hash searches
|
2 years ago |
Dnomd343
|
4439e4b85e
|
test: struct member initialization
|
2 years ago |
Dnomd343
|
0bdb34ddb9
|
feat: try different stl containers
|
2 years ago |
Dnomd343
|
b144e16507
|
feat: support src cases record
|
2 years ago |
Dnomd343
|
3a1d0a4d7e
|
feat: framework of Analyse module
|
2 years ago |
Dnomd343
|
ea150b0071
|
feat: try unordered_map reserve
|
2 years ago |
Dnomd343
|
a4be65c4d9
|
feat: try unordered_map emplace return pointer
|
2 years ago |
Dnomd343
|
c3423764b2
|
perf: callback function in FastCal
|
2 years ago |
Dnomd343
|
825abf8d7b
|
remove: some legacy code
|
2 years ago |
Dnomd343
|
46d1ec2a64
|
update: Core and FastCal module
|
2 years ago |
Dnomd343
|
d6eaef8864
|
feat: try less function calls
|
2 years ago |
Dnomd343
|
bb9cda04d5
|
perf: c++0x standard functions
|
2 years ago |
Dnomd343
|
e283dd436f
|
perf: nearly complete Core module
|
2 years ago |
Dnomd343
|
a98401f67a
|
feat: try template on class non-static function
|
2 years ago |
Dnomd343
|
c6bedb9594
|
remove: legacy fast_cal demo
|
2 years ago |
Dnomd343
|
b98f2db7b5
|
feat: FastCal module
|
2 years ago |
Dnomd343
|
1f8c9b1251
|
perf: using std functional instead of function pointer
|
2 years ago |
Dnomd343
|
1eedae96bd
|
update: class member function pointer demo
|
2 years ago |
Dnomd343
|
2e7cdeb519
|
feat: demo of class member function pointer with template
|
2 years ago |
Dnomd343
|
745844cc9b
|
feat: test global break point
|
2 years ago |
Dnomd343
|
46d7d7a051
|
feat: solution path backtrack
|
2 years ago |
Dnomd343
|
1a66213589
|
update: fast_cal process
|
2 years ago |
Dnomd343
|
06f2d8c80d
|
feat: try to malloc on heap memory
|
2 years ago |
Dnomd343
|
6af768937b
|
perf: Core module
|
2 years ago |
Dnomd343
|
95a651fb90
|
docs: describe bitwise constants
|
2 years ago |
Dnomd343
|
1e9dd7e1fc
|
update: project file structure
|
2 years ago |
Dnomd343
|
dca6e7911c
|
update: merge bfs search code
|
2 years ago |
Dnomd343
|
04b38e897d
|
perf: bfs root aka `cache[0]` static
|
2 years ago |
Dnomd343
|
a2f588f685
|
feat: `CHECK_` macro in core
|
2 years ago |
Dnomd343
|
cc521f2331
|
perf: AllCases module
|
2 years ago |
Dnomd343
|
813d965cdb
|
perf: BasicRanges module
|
2 years ago |
Dnomd343
|
fe521aea03
|
feat: enable mask speed up
|
2 years ago |
Dnomd343
|
2e9dc1f5a7
|
feat: all cases fast cal benchmark
|
2 years ago |
Dnomd343
|
d81b295ddb
|
feat: fast cal demo
|
2 years ago |
Dnomd343
|
1b4f543aaa
|
feat: release function pointer
|
2 years ago |
Dnomd343
|
7837c5f4df
|
feat: next_step statistics for all cases
|
2 years ago |
Dnomd343
|
d2326a9df5
|
test: all cases next_step benchmark
|
2 years ago |
Dnomd343
|
8b2577cffe
|
remove: legacy core_demo
|
2 years ago |
Dnomd343
|
2f14e32517
|
perf: basic trait of core module
|
2 years ago |
Dnomd343
|
d00d4cd450
|
feat: try shared variable in Core
|
2 years ago |
Dnomd343
|
3db74fbe6f
|
feat: core module
|
2 years ago |
Dnomd343
|
ee49da91a4
|
feat: demo of next_step interface
|
2 years ago |
Dnomd343
|
86d3622fc3
|
feat: `BFS_` macro in core
|
2 years ago |
Dnomd343
|
a020a5adf5
|
feat: `RELEASE` macro in core
|
2 years ago |
Dnomd343
|
18a5814e5a
|
feat: `NEXT_CODE_` macro in core
|
2 years ago |
Dnomd343
|
4fc4deb2d2
|
feat: try to unpack inline function
|
2 years ago |
Dnomd343
|
097951edb4
|
feat: `NOT_COLUMN_` macro in core
|
2 years ago |
Dnomd343
|
6c879f31d6
|
feat: `TOP_LIMIT` and `BOTTOM_LIMIT` macro in core
|
2 years ago |
Dnomd343
|
ae6d440071
|
perf: negative in direction constant
|
2 years ago |