09 2022 档案

摘要:BRPC使用示例 BRPC: https://github.com/apache/incubator-brpc proto文件 syntax = "proto2"; package dfs; option cc_generic_services = true; service NameNodeSer 阅读全文
posted @ 2022-09-14 11:11 荒唐了年少 阅读(1194) 评论(0) 推荐(0)
摘要:Coding for SSDs – Part 6: A Summary – What every programmer should know about solid-state drives This is Part 6 over 6 of “Coding for SSDs”. For other 阅读全文
posted @ 2022-09-07 11:12 荒唐了年少 阅读(110) 评论(0) 推荐(0)
摘要:Coding for SSDs – Part 5: Access Patterns and System Optimizations This is Part 5 over 6 of “Coding for SSDs”, covering Sections 7 and 8. For other pa 阅读全文
posted @ 2022-09-06 12:00 荒唐了年少 阅读(87) 评论(0) 推荐(0)
摘要:Coding for SSDs – Part 4: Advanced Functionalities and Internal Parallelism This is Part 4 over 6 of “Coding for SSDs”, covering Sections 5 and 6. For 阅读全文
posted @ 2022-09-06 10:53 荒唐了年少 阅读(292) 评论(0) 推荐(0)
摘要:Coding for SSDs – Part 3: Pages, Blocks, and the Flash Translation Layer This is Part 3 over 6 of “Coding for SSDs”, covering Sections 3 and 4. For ot 阅读全文
posted @ 2022-09-06 10:52 荒唐了年少 阅读(235) 评论(0) 推荐(0)
摘要:https://github.com/spdk/spdk What is SPDK SPDK: What is SPDK The Storage Performance Development Kit (SPDK) provides a set of tools and libraries for 阅读全文
posted @ 2022-09-02 09:59 荒唐了年少 阅读(1006) 评论(0) 推荐(0)
摘要:Coding for SSDs – Part 1: Introduction and Table of Contents Introduction I want to make solid-state drives (SSDs) the optimal storage solution for my 阅读全文
posted @ 2022-09-01 14:42 荒唐了年少 阅读(189) 评论(0) 推荐(0)
摘要:Coding for SSDs – Part 2: Architecture of an SSD and Benchmarking This is Part 2 over 6 of “Coding for SSDs”, covering Sections 1 and 2. For other par 阅读全文
posted @ 2022-09-01 14:42 荒唐了年少 阅读(364) 评论(0) 推荐(0)