08 2022 档案

摘要:Implementing a Key-Value Store – Part 10: High-Performance Networking: KingServer vs. Nginx This is Part 10 of the IKVS series, “Implementing a Key-Va 阅读全文
posted @ 2022-08-31 15:21 荒唐了年少 阅读(87) 评论(0) 推荐(0)
摘要:Implementing a Key-Value Store – Part 9: Data Format and Memory Management in KingDB This is Part 9 of the IKVS series, “Implementing a Key-Value Stor 阅读全文
posted @ 2022-08-31 14:11 荒唐了年少 阅读(94) 评论(0) 推荐(0)
摘要:Implementing a Key-Value Store – Part 8: Architecture of KingDB This is Part 8 of the IKVS series, “Implementing a Key-Value Store”. You can also chec 阅读全文
posted @ 2022-08-29 11:56 荒唐了年少 阅读(101) 评论(0) 推荐(0)
摘要:Implementing a Key-Value Store – Part 7: Optimizing Data Structures for SSDs This is Part 7 of the IKVS series, “Implementing a Key-Value Store”. You 阅读全文
posted @ 2022-08-25 14:16 荒唐了年少 阅读(61) 评论(0) 推荐(0)
摘要:Implementing a Key-Value Store – Part 6: Open-Addressing Hash Tables This is Part 6 of the IKVS series, “Implementing a Key-Value Store”. You can also 阅读全文
posted @ 2022-08-23 17:04 荒唐了年少 阅读(283) 评论(0) 推荐(0)
摘要:Implementing a Key-Value Store – Part 5: Hash table implementations This is Part 5 of the IKVS series, “Implementing a Key-Value Store”. You can also 阅读全文
posted @ 2022-08-23 17:04 荒唐了年少 阅读(200) 评论(0) 推荐(0)
摘要:Implementing a Key-Value Store – Part 4: API Design This is Part 4 of the IKVS series, “Implementing a Key-Value Store”. You can also check the Table 阅读全文
posted @ 2022-08-22 16:48 荒唐了年少 阅读(97) 评论(0) 推荐(0)
摘要:Implementing a Key-Value Store – Part 2: Using existing key-value stores as models This is Part 2 of the IKVS series, “Implementing a Key-Value Store” 阅读全文
posted @ 2022-08-19 15:38 荒唐了年少 阅读(93) 评论(0) 推荐(0)
摘要:Implementing a Key-Value Store – Part 3: Comparative Analysis of the Architectures of Kyoto Cabinet and LevelDB This is Part 3 of the IKVS series, “Im 阅读全文
posted @ 2022-08-19 15:38 荒唐了年少 阅读(108) 评论(0) 推荐(0)
摘要:Implementing a Key-Value Store – Part 1: What are key-value stores, and why implement one? This is Part 1 of the IKVS series, “Implementing a Key-Valu 阅读全文
posted @ 2022-08-19 15:37 荒唐了年少 阅读(104) 评论(0) 推荐(0)
摘要:这是一个关于如何设计一个key-value存储的系列文章的翻译 Implementing a Key-Value Store Published by Emmanuel Goossaert on November 7, 2012 UPDATE July 21, 2016 : This article 阅读全文
posted @ 2022-08-19 15:36 荒唐了年少 阅读(142) 评论(0) 推荐(0)
摘要:https://tabby.sh/ 特性 自动检测机器内现有的终端配置,不需要重复操作 几十种配色方案选择 支持各种插件 配置方式 https://blog.csdn.net/Xminyang/article/details/124516865 阅读全文
posted @ 2022-08-12 17:10 荒唐了年少 阅读(245) 评论(0) 推荐(0)
摘要:CMake-tutorial(原文) 这份渐进式的教程涵盖了 CMake 帮助处理的一些常见的构建问题。许多议题已经在《Mastering CMake》中作为独立的话题介绍过,但是了解它们是如何在示例项目中结合在一起的将非常有帮助。你可以在 CMake 源码中的 Tests/Tutorial 文件夹 阅读全文
posted @ 2022-08-11 16:11 荒唐了年少 阅读(9657) 评论(0) 推荐(3)
摘要:https://blog.csdn.net/langmeng110/article/details/119522721 阅读全文
posted @ 2022-08-04 16:47 荒唐了年少 阅读(86) 评论(0) 推荐(0)
摘要:背景 配置过github的ssh key后,能正常clone repo,但是在git push时仍提醒输入用户名和密码,并且输入正确的用户名和密码后仍报错。 报错信息 ➜ CS-Notebook git:(main) ✗ git push Username for 'https://github.c 阅读全文
posted @ 2022-08-03 12:20 荒唐了年少 阅读(666) 评论(0) 推荐(0)