TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 daviducolo2 个月前

3 条评论

globnomulous2 个月前
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.
tlb2 个月前
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 未加载
daviducolo2 个月前
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 未加载