使用C++实现KV存储引擎。
☆25Jul 21, 2021Updated 4 years ago
Alternatives and similar repositories for MuDis
Users that are interested in MuDis are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Linux下的一个C++轻量级Web服务器,在完善自带的KV存储引擎之后提供分布式的存储服务☆33Jan 19, 2023Updated 3 years ago
- 基于跳表的KV存储引擎☆10May 30, 2022Updated 3 years ago
- A lightweight key-value storage engine based on skip list.|| 基于C++11的轻量级KV存储引擎☆23Mar 13, 2024Updated 2 years ago
- 一个简单的muduo库,用来练手☆13Mar 17, 2019Updated 7 years ago
- Serverless Admin System☆12Jan 2, 2021Updated 5 years ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- a reactor network library☆16Aug 21, 2025Updated 9 months ago
- Adaptive Deep Learning Model Selection On Embedded Systems☆11May 6, 2018Updated 8 years ago
- 细粒度中文命名实体识别数据集处理,将json数据处理成BIOES标注的数据。CLUENER dataset pretreatment☆11Jun 29, 2020Updated 5 years ago
- 即刻app所有用户信息爬虫☆13Nov 18, 2018Updated 7 years ago
- 极客时间《网络编程》epoll 主从反应堆模式 部分的代码☆10May 10, 2020Updated 6 years ago
- Python package to predict deep learning execution time☆13Jul 26, 2022Updated 3 years ago
- mini分布式key-value存储引擎,主要涵盖: RPC,一致性Hash,master-slave-client架构,心跳机制等基本已经实现,主备结构, 数据迁移,数据副本等一些分布式主要功能将在以后添加☆18Nov 15, 2015Updated 10 years ago
- 人民日报文章数据集(1949-1978)☆20Jul 9, 2020Updated 5 years ago
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,405Mar 5, 2024Updated 2 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- "FastSAM_Awsome_Openvino" 项目展示了如何通过 OpenVINO 框架高效部署 FastSAM 模型,实现了令人瞩目的实例分割功能。该项目提供了 C++ 版本和 Python 版本两种实现,为开发者提供了在不同语言环境下使用 FastSAM 模型的选…☆38Dec 13, 2023Updated 2 years ago
- 一个结合aep的kv存储☆14Jan 18, 2021Updated 5 years ago
- [TIP2020] ICNet: Information Conversion Network for RGB-D Based Salient Object Detection☆16Nov 17, 2023Updated 2 years ago
- 交互式图像分割、图像实例分割代码合集☆15Jul 27, 2021Updated 4 years ago
- C++11 RPC framework Unfinished☆38Jan 20, 2024Updated 2 years ago
- 使用c++实现的基于三层结构的内存池☆37Jan 16, 2026Updated 4 months ago
- ☆17Sep 26, 2018Updated 7 years ago
- A demo of vertical federated learning on simple datasets☆23Nov 21, 2020Updated 5 years ago
- 基于ucontext实现的C++协程库☆18Jul 27, 2018Updated 7 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 一个基于跳表的轻量级键值型存储引擎,并提供了服务端和客户端。☆14Jul 6, 2022Updated 3 years ago
- AlexNet implementation by Tensorflow.☆19Apr 15, 2023Updated 3 years ago
- 新闻文本自动摘要, 以Textrank 为基础,融入 标题特征,单句位置特征,重要实体特征,线索词特征,做句子的综合权重计算,并使用MMR算法,兼顾自动摘要的主题相关性和摘要多样性。☆26May 13, 2022Updated 4 years ago
- Liso HTTP server for CMU-15441 course☆30Oct 11, 2016Updated 9 years ago
- Course website for CMU's Spring 2019 15-441/641 Computer Networking course☆22Sep 2, 2019Updated 6 years ago
- 本项目使用C++实现基于跳表实现的轻量级键值型存储引擎,其主要功能有:插入数据、查询数据、删除数据、数据展示、数据库大小、数据库清空、数据落盘以及文件加载数据。☆18Aug 28, 2021Updated 4 years ago
- This repository provides the implementation of the method proposed in our paper "Pruning Deep Neural Networks using Partial Least Squares…☆26Aug 21, 2020Updated 5 years ago
- 汽车之家爬虫☆25Oct 30, 2018Updated 7 years ago
- キャラクター用シェーディングテストリポジトリ(© UTJ/UCL)☆11Apr 23, 2018Updated 8 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 烘焙代理网格处理实时阴影,解决阴影drawcall太多的问题☆12Jul 25, 2018Updated 7 years ago
- 用C++实现机器学习算法☆47Oct 15, 2018Updated 7 years ago
- Low latency lock free SPSC, SPMC, MPMC Queue and Stack. Fast SpinLock, SeqLock☆10Feb 5, 2024Updated 2 years ago
- Custom PBR surface shader for Astrella from Robot Lab☆16Jul 12, 2015Updated 10 years ago
- 一个使用 cpp 语言开发的基于 bitcask 模型,兼容 Redis 数据结构的学习级别 KV 存储引擎。☆35Jun 29, 2024Updated last year
- 😏Linux Cpp 后台开发进阶学习,校招必学 :操作系统、计算机网络、网络编程、并发实战、数据库原理、设计模式、Linux内核笔记、Linux命令和Git等。校招笔记、项目,你值得拥有。☆81Jan 17, 2021Updated 5 years ago
- A curated list of awesome resources for dichotomous image segmentation (DIS).☆56Mar 7, 2026Updated 2 months ago