摘要: ## 背景 目前在工作中遇到需要将原先在x86平台上运行的系统搬到arm平台上,因此需要对软件做arm适配,在做适配的过程中,遇到一些问题,也才了一些坑,因此在此记录一下。 本文描述的问题是,某些软件在x86上会用到emmintrin.h文件,但是移植到arm平台后,编译过程中提示emmintrin 阅读全文
posted @ 2023-09-05 14:52 荒唐了年少 阅读(843) 评论(0) 推荐(0) 编辑
摘要: 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 荒唐了年少 阅读(727) 评论(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:13 荒唐了年少 阅读(39) 评论(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 荒唐了年少 阅读(34) 评论(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 荒唐了年少 阅读(205) 评论(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 荒唐了年少 阅读(83) 评论(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 荒唐了年少 阅读(520) 评论(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 荒唐了年少 阅读(67) 评论(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 荒唐了年少 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 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 荒唐了年少 阅读(27) 评论(0) 推荐(0) 编辑