一种内存高速读写的优化方法

By dividing the memory address space into multiple address units using existing technologies, and setting up a local uncommitted area and a stable mirror record in each unit, the problems of merging write requests and read consistency in the memory access path are solved, achieving efficient memory read and write operations.

CN122131986BActive Publication Date: 2026-07-17HUIRONG ELECTRONIC SYST ENG CO LTD

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
HUIRONG ELECTRONIC SYST ENG CO LTD
Filing Date
2026-04-30
Publication Date
2026-07-17

AI Technical Summary

Technical Problem

Existing technologies fail to effectively address the issue of merging consecutive write requests for the same address unit before physical commit in memory access paths. This leads to an increase in the number of repeated physical writes, insufficient separation of read and write paths, inconsistent read results, and excessively long consistency control links.

Method used

By dividing the memory address space according to a preset address granularity, multiple address units are formed, and a local area to be committed is set in each unit to record write requests. This enables the merging of write requests and the priority response to read requests. Stable mirroring and version identification mechanisms are used to ensure the isolation and consistency of read and write operations.

Benefits of technology

It reduces the number of repeated physical writes, improves write throughput, ensures the consistency of read results and the stability of data state, and is suitable for high-concurrency, low-latency memory read and write scenarios.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN122131986B_ABST
    Figure CN122131986B_ABST
Patent Text Reader

Abstract

本发明涉及一种内存高速读写的优化方法,按预设地址粒度划分内存地址空间,形成多个地址单元;接收针对所述地址单元的写入请求和读取请求;当所述地址单元接收到写入请求时,若局部待提交区中不存在对应的待提交写入记录,则建立所述待提交写入记录并记录写入数据;若所述地址单元存在所述待提交写入记录且未被所述读取请求打断,则对后续写入请求更新所述待提交写入记录中的最新写入数据,使所述地址单元的多次写入在物理提交前归并为最终写入结果;当所述读取请求命中所述待提交写入记录时,由所述待提交写入记录输出读取结果;当满足提交条件时,将所述待提交写入记录对应的最终写入结果写入物理内存,并释放所述待提交写入记录。
Need to check novelty before this filing date? Find Prior Art