JRuby - Tempfile.rb

发布于 2024-08-05 19:09:18 字数 102 浏览 3 评论 0原文

有谁知道 tempfile.rb 在 JRuby 中是如何处理的。它在 Ruby 中,但不在 JRuby 中。

有人有什么想法吗?

干杯

埃夫

Does anyone know how tempfile.rb is handled in JRuby. It is in Ruby but not in JRuby.

Anyone got anyideas?

Cheers

Eef

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

多像笑话 2024-08-12 19:09:18

您仍然可以“需要'临时文件'”并且它会起作用。

在 JRuby 中,Tempfile 是用 Java 实现的。我们能够大幅提高性能,并避免在此过程中出现有问题的 stdlib 版本。

You can still "require 'tempfile'" and it will work.

In JRuby, Tempfile is implemented in Java. We were able to improve the performance substantially, and avoid the buggy stdlib version in the process.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文