127 Commits (2f14e32517262118dfc53b0fd5f31158625c845f)
 

Author SHA1 Message Date
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
Dnomd343 e9d8b5047f feat: `ALLOW_` and `MOVE_` macro in core 2 years ago
Dnomd343 0ccb2fd5f4 feat: try multi-filter in block moving 2 years ago
Dnomd343 b5b6c6fb89 feat: 2x2 block move in core 2 years ago
Dnomd343 5470f231f8 feat: 2x1 block move in core 2 years ago
Dnomd343 cea3fd78d1 feat: 1x2 block move in core 2 years ago
Dnomd343 9a22aba743 feat: try closed hashing index 2 years ago
Dnomd343 f9f9739533 feat: try to use pointer in cache handle 2 years ago
Dnomd343 ac9622c562 feat: use defined function for speed up 2 years ago
Dnomd343 84e54dfe95 update: lambda or inline function will loss speed 2 years ago
Dnomd343 145f594e13 feat: mask generate in next case 2 years ago
Dnomd343 3739af1a1f perf: filter mechanism in block move 2 years ago
Dnomd343 947c0ec0e9 update: cache insert with cache_t 2 years ago
Dnomd343 4eadf2a438 feat: iterate and recursion benchmark compare 2 years ago
Dnomd343 3cd6a5e9bc feat: benchmark for moving 1x1 block 2 years ago
Dnomd343 362b4842b3 feat: more RawCode and CommonCode convert interface 2 years ago
Dnomd343 d07d715eb9 feat: core next_step demo 2 years ago
Dnomd343 a5fa903e76 fix: use uint32_t instead of uint8_t 2 years ago
Dnomd343 ef7878390d fix: status check in static fetch function 2 years ago
Dnomd343 675541c20f perf: hex format of bitwise constant 2 years ago
Dnomd343 d5daff9bc5 update: bitwise constant 2 years ago
Dnomd343 2829194297 perf: RawCode dump process 2 years ago
Dnomd343 a7b09056cc feat: RawCode dump case 2 years ago
Dnomd343 3ad88a53dc feat: RawCode init base on CommonCode 2 years ago
Dnomd343 9f0f2ff2c9 feat: convert RawCode to CommonCode 2 years ago
Dnomd343 4683ee3d32 feat: RawCode framework 2 years ago
Dnomd343 f3252455bb feat: CommonCode unsafe create 2 years ago
Dnomd343 b615609b26 feat: `to_short_code` trait in CommonCode 2 years ago
Dnomd343 898784c45f remove: legacy code 2 years ago
Dnomd343 4ccaa445a5 remove: legacy AllCases module 2 years ago
Dnomd343 e586239c37 feat: ShortCode init with CommonCode 2 years ago
Dnomd343 e5b1e24839 feat: `to_common_code` interface 2 years ago
Dnomd343 e3e07f2e31 feat: tiny codec between short code and common code 2 years ago
Dnomd343 bd576f333e feat: ShortCode init with mode option 2 years ago
Dnomd343 1829659976 feat: ShortCode string convert 2 years ago
Dnomd343 768bd281f6 feat: ShortCode init and to_string trait 2 years ago
Dnomd343 4f4831a0a2 perf: CommonCode module 2 years ago
Dnomd343 45bdec740a update: interface of AllCases 2 years ago
Dnomd343 6dc2d7eef8 update: check mode for ShortCode 2 years ago
Dnomd343 66ed2bacfa update: interface for get status 2 years ago