gpt4 book ai didi

c - 在内存中使用位域的缺点

转载 作者:IT王子 更新时间:2023-10-29 00:55:26 26 4
gpt4 key购买 nike

我在内存受限的 x64 系统中,我需要在内存中保存大量数据。使用这种数据结构有什么缺点。

struct entity
{
unsigned int hash : 26;
unsigned int timestamp : 14;
} __attribute__ ((__packed__));

我知道不鼓励使用位字段,但使用这种非对齐数据结构的最严重缺点是什么。

该结构将用于内存存储,预计会有一些性能下降。

最佳答案

缺点(非详尽列表):

关于c - 在内存中使用位域的缺点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10740853/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com