Tag

space efficiency

0 views collected around this technical thread.

ByteFE
ByteFE
Aug 10, 2021 · Frontend Development

Analyzing Space Usage and Performance of JavaScript Destructuring Assignment for Value Swapping

This article examines whether JavaScript destructuring assignment saves memory or runs faster than the traditional temporary‑variable swap by analyzing the creation of a temporary array, benchmarking loop performance, and discussing observed inconsistencies that may stem from JIT optimizations.

Destructuringperformancespace efficiency
0 likes · 4 min read
Analyzing Space Usage and Performance of JavaScript Destructuring Assignment for Value Swapping
Tencent Database Technology
Tencent Database Technology
Jan 25, 2021 · Databases

TXRocks Storage Engine: Architecture, Optimization, and Performance Analysis

TXRocks is a transactional storage engine based on RocksDB that offers significant space savings compared to InnoDB while maintaining comparable performance, with optimizations including sum operator pushdown and AEP-based secondary caching to address RocksDB's read performance limitations.

AEP cachingDatabase OptimizationInnoDB comparison
0 likes · 15 min read
TXRocks Storage Engine: Architecture, Optimization, and Performance Analysis