无锁链表vs加锁链表(性能对比)
☆37Oct 12, 2018Updated 7 years ago
Alternatives and similar repositories for lock_free_ds
Users that are interested in lock_free_ds are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆11Sep 13, 2020Updated 5 years ago
- Lock Free Linked List Based On Harris'OrderedListBasedSet And Michael's Hazard Pointer.☆39Feb 27, 2020Updated 6 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆18Dec 20, 2020Updated 5 years ago
- ☆11Jun 13, 2021Updated 5 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆120Nov 4, 2018Updated 7 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Kudu源码分析笔记☆25Nov 12, 2019Updated 6 years ago
- A header-only C++ wrapper of libevent2☆29Feb 25, 2015Updated 11 years ago
- Go并发编程实战☆11Apr 6, 2023Updated 3 years ago
- [c++]使用boost.asio写的简单内存键值对缓存☆11Jul 31, 2017Updated 8 years ago
- Modern C++ implementation of the Kaleidoscope LLVM tutorial.☆12Sep 3, 2017Updated 8 years ago
- C/C++学习,后端开发进阶指南。☆10Jul 14, 2021Updated 4 years ago
- The Golang imeplentation of MVCC Hashmap☆13Nov 20, 2016Updated 9 years ago
- Stanford CS144 Solutions Fall2020☆14Aug 30, 2022Updated 3 years ago
- This is a port of the original project jsonrpc-cpp for those who enjoy using the good old Makefile. It also includes the jsoncpp amalgama…☆13Oct 25, 2012Updated 13 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.
- Use libxlsxwriter in Qt 5 or 6. libxlsxwriter is a C library for creating Excel XLSX files.☆14Dec 27, 2020Updated 5 years ago
- 加入wifi,网络测速☆11Dec 11, 2017Updated 8 years ago
- Linked Stream Benchmark☆12Feb 21, 2023Updated 3 years ago
- xdotool for macOS☆11Dec 18, 2017Updated 8 years ago
- 字节跳动青训营 抖音项目 ByteDance YouthCamp Project Douyin☆14Mar 30, 2023Updated 3 years ago
- 基于跳表实现的键值型存储引擎☆12Jun 21, 2021Updated 4 years ago
- 本书讲述了增强现实的理论基础,并基于Unity 3D引擎和开源工具,从零开始构建多种类型的增强现实应用,包括基于人工标识、基于自然特征跟踪、基于SLAM、基于GIS等。☆17Nov 28, 2018Updated 7 years ago
- C/Python code to generate 2D alpha-shape (concave hull). I am only concerned about the 2D points set. No higher dimension is considered.☆14May 19, 2017Updated 9 years ago
- 第六届字节青训营项目:使用 Gin 作为web框架,MySQL 作为数据存储并使用 Gorm 操作数据库。使用Etcd作为注册中心,Grpc 进行服务之间的通信。 采用 redis 作为缓存;消息中间件 RabbitMQ☆13Nov 14, 2023Updated 2 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- Reliable file transfer using unreliable User Datagram protocol☆12Jul 20, 2024Updated last year
- ☆11Jun 4, 2021Updated 5 years ago
- 分布式kv存储☆10Sep 8, 2020Updated 5 years ago
- HSV color selector with conversion to HSV, RGB, CMYK, Hex values, color sliders and spinners☆17Jan 19, 2023Updated 3 years ago
- Find the concave boundary of an xy point dataset using a K-nearest-neighbour approach☆11Jun 15, 2019Updated 7 years ago
- (严蔚敏)数据结构(c语言第二版)各种伪算法的实现。☆14Jul 3, 2017Updated 8 years ago
- 知乎文章附带代码☆15Jan 26, 2023Updated 3 years ago
- Mirror of the OSSP's UUID library☆17Dec 15, 2023Updated 2 years ago
- ☆14Apr 26, 2018Updated 8 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Qt/C++ widget libs☆75Jun 8, 2026Updated last week
- ☆15Dec 28, 2023Updated 2 years ago
- 基于B+树的磁盘索引☆13Aug 20, 2020Updated 5 years ago
- c++ operation database like mybatis☆36Apr 10, 2022Updated 4 years ago
- 基于 WebRtc 的简单聊天室☆21May 28, 2017Updated 9 years ago
- An XML/JSON RPC library for C++11☆21Sep 13, 2015Updated 10 years ago
- 一个基于跳表的轻量级键值型存储引擎,并提供了服务端和客户端。