🦞🌯 Lobster Roll

Thread

The Impact of Pre-allocating Slice Memory on Performance in Go (oilbeater.com)

Stories related to "The Impact of Pre-allocating Slice Memory on Performance in Go" across the full archive.

The Impact of Pre-allocating Slice Memory on Performance in Go (oilbeater.com)
Cognitive Toll: How Early Depression Casts a Long Shadow on Midlife Memory (scitechdaily.com)
Research indicates that long-term depression from young adulthood negatively impacts cognitive function by middle age, with greater effects seen in black adults, possibly explaining some disparities in dementia risk. According to a study published in the June 12, 2024, issue of Neurology, the journa...
Gene Linked to Learning Difficulties Has Direct Impact on Learning and Memory (scitechdaily.com)
A gene previously associated with intellectual disability has been discovered to control learning and memory in mice. The gene, called KDM5B has previously been linked to some intellectual disability disorders and autism. In the general population, some variants are also associated with reduced brai...
MySQL performance: Impact of memory allocators (Part 2) (mysqlperformanceblog.com)
Intel Haswell DDR3 Memory Performance Impact On Graphics (phoronix.com)
Eliminating Global Interpreter Locks in Ruby through Hardware Transactional Memory (PPoPP '14) (researcher.watson.ibm.com)
When I was in graduate school, transactional memory was an ivory tower pipe dream, but now it's something that actually exists in hardware you can buy. It seems worthwhile to start learning about how to use it.
git slice: Split git repos while preserving history (github.com)
lowRISC tagged memory preview release (FPGA-ready) (lowrisc.org)
The cost of allocating memory and cheating like crazy for best performance (ayende.com)
Kumu Preps Full Duplex Chip (eetimes.com)
Transparent Hugepages: measuring the performance impact (alexandrnikitin.github.io)
Building the DOM faster: speculative parsing, async, defer and preload (hacks.mozilla.org)
Stream VByte: breaking new speed records for integer compression (lemire.me)
Improving the bucket compression trick (github.com)
Speeding up an octopress blog by 25x-50x (2014) (danluu.com)
Make your WordPress blog fly with these speedy plugins and tweaks (quickerwp.com)
Multics Message Coordinator (UNIX syslog precursor) (multicians.org)
Is software prefetching (__builtin_prefetch) useful for performance? (lemire.me)
Is Prefix Of String In Table? A Journey Into SIMD String Processing. (trent.me)
Graph algorithms and software prefetching (lemire.me)
Building better compression together with DivANS (blogs.dropbox.com)
BoundShield: Comprehensive Mitigation for Memory Disclosure Attacks via Secret Region Isolation (ieeexplore.ieee.org)
CRAM: Efficient Hardware-Based Memory Compression for Bandwidth Enhancement (arxiv.org)
"the preferences of the average American appear to have only a minuscule, near-zero, statistically non-significant impact upon public policy" (cambridge.org)
Comprehensive Threadripper tests - memory vs cpu freq at capped power (lists.dragonflybsd.org)
MZbench - Expressive, scalable load testing tool (github.com)
Precache for Performance with Service Workers (bendyworks.com)
Log(Graph): A Near-Optimal High-Performance Graph Representation (people.csail.mit.edu)
Abstract: "Today’s graphs used in domains such as machine learning or social network analysis may contain hundreds of billions of edges. Yet, they are not necessarily stored efficiently, and standard graph representations such as adjacency lists waste a significant number of bits while graph com...
IPCC special report on the impacts of global warming of 1.5 °C (ipcc.ch)
Stream VByte: Faster Byte-Oriented Integer Compression (2017) (arxiv.org)
Abstract: "Arrays of integers are often compressed in search engines. Though there are many ways to compress integers, we are interested in the popular byte-oriented integer compression techniques (e.g., VByte or Google's Varint-GB). They are appealing due to their simplicity and engineering conveni...