#memory-ordering

[ follow ]
Scala
fromMedium
4 days ago

Scala's Growth Model - Building Inward, Starving Outward

Scala's ecosystem excels internally but struggles to attract new users due to structural and cultural barriers.
fromrubyflow.com
4 days ago
Ruby on Rails

re2 2.27.0: concurrent matching without the GVL

A new Ruby RE2 version releases the Global VM Lock during matches, enhancing speed in multi-threaded environments.
Software development
fromInfoQ
1 week ago

When Every Bit Counts: How Valkey Rebuilt Its Hashtable for Modern Hardware

Redis clones offer opportunities for optimization and learning, but often lack full implementation and reliability essential for caching.
#intel
Science
fromNature
1 week ago

Breakthrough computer chip tech could help meet 'monumental demand' driven by AI

A new light source enables the creation of 8 nm wide structures on silicon wafers, increasing transistor density for advanced computer chips.
DevOps
fromComputerWeekly.com
1 week ago

Arm works with IBM to deliver flexibility on mainframe | Computer Weekly

IBM and Arm are collaborating to create dual-architecture hardware for enterprise AI and data-intensive workloads.
Gadgets
fromTheregister
2 weeks ago

AMD doubles up on V-Cache with 9950X3D2 Dual Edition

AMD's Ryzen 9 9950X3D2 Dual Edition CPU enhances gaming and production performance with 16 cores and 192 MB L3 cache.
#arm
Tech industry
fromWIRED
3 weeks ago

Arm Is Now Making Its Own Chips

Arm is producing its own semiconductors, marking a shift from licensing to manufacturing in response to AI demand.
fromArs Technica
1 month ago

Intel shores up its desktop CPU lineup with boosted Core Ultra 200S Plus chips

The Core Ultra 200S Plus processors (also referred to as Arrow Lake Refresh, in some circles) add more processor cores, boost clock speeds, add support for faster memory, and speed up the internal communication between different parts of the processor. Collectively, Intel says these improvements will boost gaming performance by an average of 15 percent.
Video games
fromTheregister
1 month ago

RAM is getting expensive, so squeeze the most from it

Both work with Linux's existing swapping mechanism. Swapping (called paging in Windows) is a way for the kernel to handle running low on available RAM. It chooses pages of memory that aren't in use right now and copies them to disk, then those blocks can be marked as free and reused for something else.
Software development
fromInfoQ
1 month ago

Read-Copy-Update (RCU): The Secret to Lock-Free Performance

With pthread's rwlock (reader-writer lock) implementation, I got 23.4 million reads in five seconds. With read-copy-update (RCU), I had 49.2 million reads, a one hundred ten percent improvement with zero changes to the workload.
Software development
Tech industry
from24/7 Wall St.
1 month ago

AMD Looks to Displace Intel With World's First Copilot+ Desktop Chips

The AI PC market will grow at 30% annually from 2025 to 2034, reaching $967 billion, driven by on-device AI demand, with AMD's Ryzen AI 400 Series challenging Intel's x86 dominance through superior AI performance capabilities.
fromTheregister
2 months ago

Flipping one bit leaves AMD CPUs open to VM vuln

If you use virtual machines, there's reason to feel less-than-Zen about AMD's CPUs. Computer scientists affiliated with the CISPA Helmholtz Center for Information Security in Germany have found a vulnerability in AMD CPUs that exposes secrets in its secure virtualization environment. The flaw, dubbed StackWarp, potentially allows a malicious insider who controls a host server to access sensitive data within AMD SEV-SNP guests through attacks designed to recover cryptographic private keys, bypass OpenSSH password authentication, and escalate privileges.
Information security
Gadgets
fromTheregister
2 months ago

Cache is king and DIMMS are bling as memory prices soar

Second-hand server memory prices have surged roughly 700%, creating potential resale windfalls for home-lab owners holding large quantities of RAM and enterprise SSDs.
Tech industry
fromTheregister
2 months ago

Server CPUs join memory crunch, with prices set to rise

Datacenter servers face CPU supply constraints atop severe memory shortages, raising system costs while shipments still grow at double-digit rates.
fromTheregister
1 month ago

AMD's edgiest Epycs get a Zen 5 boost with 84-core Sorano

Sorano will be available with up to 84 Zen 5 cores - up from 64 on Siena - in a power envelope of just 225 watts. AMD isn't ready to spill all the beans on its latest Epyc just yet, but based on core count alone, we surmise the chip will either feature six density-optimized Zen 5c chiplets with 14 of 16 cores enabled or 12 of the frequency-optimized Zen 5 variety with one of the eight cores fused off.
Artificial intelligence
fromZDNET
2 months ago

How much RAM does your Linux PC actually need in 2026? An expert's sweet spot

Modern Linux is powerful, flexible, stable, and secure. With the exception of some of the more lightweight Linux distributions, it's also far more resource-dependent (just like all modern operating systems). Also: 5 things to consider before leaping from one Linux distribution to another Consider this: The minimum system requirements for Ubuntu Desktop today include just 4GB of RAM. I've run Ubuntu on a virtual machine with only 3GB of RAM.
Gadgets
fromTheregister
2 months ago

Intel greets memory apocalypse with Xeon workstation CPUs

The Xeon 600 lineup spans the gamut between 12 and 86 performance cores (no cut-down efficiency cores here), with support for between four and eight channels of DDR5 and 80 to 128 lanes of PCIe 5.0 connectivity. Compared to its aging W-3500-series chips, Intel is claiming a 9 percent uplift in single threaded workloads and up to 61 percent higher performance in multithreaded jobs, thanks in no small part to an additional 22 processor cores this generation.
Tech industry
Software development
fromMedium
2 months ago

Why Your System Shows Old Data: A Practical Guide to Cache Invalidation

Caching introduces multiple truths; without correct cache invalidation users will receive stale data and silently lose trust.
Software development
fromTheregister
2 months ago

Dev used Claude to build TrapC, memory-safe extension of C

TrapC, a memory-safe C variant with interpreter itrapc and compiler trapc, is nearly ready for testing; code complete and debugging targets a Q1 2026 release.
[ Load more ]