의 미러
https://git.tukaani.org/xz.git
synced 2025-07-05 11:56:37 +00:00
liblzma: Use 512 as INDEX_GROUP_SIZE.
This lets compiler use shifting instead of 64-bit division.
This commit is contained in:
부모
613939fc82
커밋
23e23f1dc0
@ -18,7 +18,7 @@
|
||||
///
|
||||
/// This should be big enough to avoid making lots of tiny allocations
|
||||
/// but small enough to avoid too much unused memory at once.
|
||||
#define INDEX_GROUP_SIZE 500
|
||||
#define INDEX_GROUP_SIZE 512
|
||||
|
||||
|
||||
/// \brief How many Records can be allocated at once at maximum
|
||||
|
불러오는 중...
x
Reference in New Issue
Block a user