TwinIsland / SuikaBlog

Ultimate Blog System in C
https://nyalab.cn
MIT License
0 stars 0 forks source link

rewrite to_json() functions, add AVL cache #3

Open TwinIsland opened 1 month ago

TwinIsland commented 1 month ago
  1. use json_maker library to rewrite **_to_json() function
  2. write a cache util that rooted from avl tree, to support memory intensive cache accessing e.g. view count
  3. integrate pipline with with codeql
TwinIsland commented 1 month ago

remove first task due to json_maker not work as expected