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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Java 21 VirtualThreads vs. Clojure Lazy Seqs

215 点作者 grzm超过 1 年前

3 条评论

mike_hearn超过 1 年前
The Clojure devs should be aware that the synchronization pinning problem is intended to be temporary and doesn&#x27;t apply at all with GraalVM native images. One of the Loom developers talks about it here:<p><a href="https:&#x2F;&#x2F;mail.openjdk.org&#x2F;pipermail&#x2F;loom-dev&#x2F;2023-September&#x2F;006178.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;mail.openjdk.org&#x2F;pipermail&#x2F;loom-dev&#x2F;2023-September&#x2F;0...</a><p>So they could also just choose to ignore this problem for now.
评论 #37794415 未加载
评论 #37792908 未加载
评论 #37792841 未加载
theanonymousone超过 1 年前
Still waiting for VS Code to support Java 21. Java is not the language to use without an IDE.
评论 #37794439 未加载
评论 #37793790 未加载
评论 #37794580 未加载
评论 #37794174 未加载
评论 #37794362 未加载
avodonosov超过 1 年前
Strange that synchnronization is used at all in lazy-seq<p>The docs do not mention any synchronization: <a href="https:&#x2F;&#x2F;clojure.github.io&#x2F;clojure&#x2F;clojure.core-api.html#clojure.core&#x2F;lazy-seq" rel="nofollow noreferrer">https:&#x2F;&#x2F;clojure.github.io&#x2F;clojure&#x2F;clojure.core-api.html#cloj...</a>
评论 #37802692 未加载