WeSearch
Hub / Tags / Simd
TAG · #SIMD

Simd coverage.

Every story in the WeSearch catalog tagged with #simd, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

9 stories tagged with #simd, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Simd"

RELATED TAGS
#computer-science1#data-encoding1#avx-5121#performance-optimization1#wojciech-mu-a1#daniel-lemire1#intel1#arxiv1#programming1#performance1
GITHUB

SIMDe

Implementations of SIMD instruction sets for systems which don't natively support them. - simd-everywhere/simde…

13 views ·
#programming#software#development
YOUTUBE

Discussion of SIMD, SOA, AOSOA (2019) [video]

Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.…

11 views ·
R/CPP

Accelerating copy_if using SIMD

23 views ·
CHAITANYA KUMAR'S BLOG

Accelerating Copy_if Using SIMD

Introduction I have a Zen 4 CPU with a bunch of AVX512 feature flags. So I thought - let’s try and use it to implement something, even if it’s in the realm of wheel-reinvention. I …

13 views ·
#programming#performance
CRYPTO BRIEFING

Solana faces backlash over SIMD-0525 proposal amid validator concerns

Solana's SIMD-0525 proposal halves slot times from 400ms to 200ms for faster transactions, but smaller validators warn of rising costs and centralization risks.…

16 views ·
#solana#blockchain#validators
GITHUB

Bun team is rewriting SIMD from Rust to C++

What Moves the Bun.stringWidth implementation from Rust to C++ with explicit SIMD, as requested. New src/jsc/bindings/stringWidth.cpp / stringWidth.h — the full visible-width engi…

19 views ·
#programming#software development#open source
GITHUB

Show HN: SIMD Agent – AI that runs OpenFOAM simulations from natural language

Contribute to simd-ai/agent development by creating an account on GitHub.…

11 views ·
#ai#simulation#openfoam
YOUTUBE

SIMD, cache and CPU internals with the expert Daniel Lemire [video]

Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.…

16 views ·
ARXIV.ORG

Base64 encoding and decoding at almost the speed of a memory copy

Many common document formats on the Internet are text-only such as email (MIME) and the Web (HTML, JavaScript, JSON and XML). To include images or executable code in these document…

17 views ·
#computer science#data encoding