No description
This repository has been archived on 2026-06-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • C 86.4%
  • C++ 13.3%
  • Makefile 0.2%
Find a file
2018-09-21 20:32:43 +08:00
bin/conf Init 2018-09-21 14:35:52 +08:00
src 修改非行列式配置生成bug 2018-09-21 20:32:43 +08:00
support Init 2018-09-21 14:35:52 +08:00
README.txt Init 2018-09-21 14:35:52 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

20180306
1.make fun=p  //编译生成生产者程序  tensor_producer
2.make fun=c  //编译生成消费者程序  tensor_consumer
20180307
1.生成maat_redis.conf  命令
    cat maat_redis.conf |awk '{print ($1"\t"$2"\t"$3"\t"$4-2)}' >> maat_redis2.conf  
    cat full_config_index.0000006587 |awk 'NR >1 { print (NR-2"\t"$1"\t""plugin""\t"$5-2)}' >>maat_redis.conf
20180309
1.修改校验错或者写入redis出错是版本变更增加
2.遗留问题: 消费者第一次启动时重命名index文件逻辑有问题缺少版本结束通知
3.maat_redis.conf 中有表无数据时可能影响后续的配置下发
20180809
1.CONSUMER下添加write_null_index_file配置项决定是否写空的Index文件
2.第一次启动将full目录下full_config_index在inc目录建符号链接