https://github.com/phantom9999/mithril
代码收集
https://github.com/phantom9999/mithril
apollo-client cpp fiber graph-engine strategy-server taskflow
Last synced: 4 months ago
JSON representation
代码收集
- Host: GitHub
- URL: https://github.com/phantom9999/mithril
- Owner: phantom9999
- License: apache-2.0
- Created: 2021-09-15T15:45:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T13:22:51.000Z (over 2 years ago)
- Last Synced: 2025-07-21T10:51:30.807Z (5 months ago)
- Topics: apollo-client, cpp, fiber, graph-engine, strategy-server, taskflow
- Language: C++
- Homepage:
- Size: 5.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mithril
# 代码汇总
- 项目类代码
- apollo-cpp
- apollo配置平台的cpp客户端
- 支持一站式配置反序列化、容灾等功能
- infer_server
- 支持pytorch、onnx的在线推理服务
- faiss_server
- 基于faiss实现的向量检索服务
- 支持建库、超惨优化
- strategy_server
- 基于taskflow实现的策略服务
- flow_engine
- 基于boost.fiber实现的图引擎服务
- taskflow_java
- java版本的图引擎服务
- feature_server
- 特征服务实现
- material_server(todo)
- 正排服务实现
- redis_forward_index(todo)
- 基于redis实现的正排系统
- 工具类代码
- taskflow_on_fiber
- 基于boost.fiber实现的类taskflow的图引擎
- pb_base_conf
- 基于protobuf text格式实现的配置系统
- jeprof_in_use
- 在线服务继承jeprof内存分析工具
- concurrent_lru_cache
- 支持并发的lru缓存
- chromium_base(todo)
- chromium的工具代码收集
- hhvm_utils
- hhvm带的工具箱
- normal_structs
- 一些常用的数据结构
- 工具收集
- cmake_source
- 基于cmake实现依赖拉去及打平
- docker_dev
- docker的编译镜像