TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: VSort: Advanced Sorting Algorithm Optimized for Apple Silicon

4 pointsby daviducolo3 months ago

3 comments

globnomulous3 months ago
You keep posting projects, and your comments almost never engage with the substance of the response or criticism you receive. Many of your comments have the flavor of LLM-generated text. The FAQ you added to this repo in response to the question you received is obviously LLM generated.<p>&gt; Please don&#x27;t use HN primarily for promotion. It&#x27;s ok to post your own stuff part of the time, but the primary use of the site should be for curiosity.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html</a><p>You&#x27;re using HN for promotion, and showing no apparent curiosity. You&#x27;re misusing HN.
tlb3 months ago
How do I interpret the benchmark results showing that it&#x27;s slower than mergesort? Is that using the very simple implementation in vsort&#x2F;examples &#x2F;benchmark.c? Being slower than that while using SIMD and multicore isn&#x27;t appealing.
评论 #43387802 未加载
daviducolo3 months ago
VSort is a high-performance sorting library that leverages the unique architecture of Apple Silicon processors to deliver exceptional performance. By intelligently utilizing ARM NEON vector instructions, Grand Central Dispatch, and the heterogeneous core design of M-series chips, VSort achieves remarkable efficiency particularly for partially sorted data collections.<p>VSort represents an advanced sorting solution for Apple Silicon, combining ARM NEON, GCD, heterogeneous core management, and adaptive algorithms. Its performance is competitive, with significant improvements for partially sorted or large datasets, making it suitable for high-performance computing tasks on macOS.
评论 #43389109 未加载