V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Leviathann  ›  全部回复第 45 页 / 共 85 页
回复总数  1697
1 ... 41  42  43  44  45  46  47  48  49  50 ... 85  
@wolfie
StackOverflow 上的一个回答的结论
Just as I expected stream implementation is fairly slower. JIT is able to inline all lambda stuff but doesn't produce as perfectly concise code as vanilla version.

下面是 brian goetz 本人的回复:
Your conclusion about performance, while valid, is overblown . There are plenty of cases where the stream code is faster than the iterative code, largely because per-element access costs is cheaper with streams than with plain iterators. And in many cases, the streams version inlines to something that is equivalent to the hand-written version. Of course, the devil is in the details; any given bit of code might behave differently
2022-07-11 15:41:16 +08:00
回复了 makeitwork 创建的主题 数据库 没想到 clickhouse 这么牛逼,比 es 强太多了,搞 quant 适合吗
@dzdh replacemergingtree 相当于更新了,不过是异步的
@MoYi123 因为还有很多真的不会还喜欢找理由
另外 collect 的部分复杂起来的确有些麻烦,这是 api 设计的问题
SpringBoot2 的非商业维护时间好像不会很长
2022-07-10 22:09:39 +08:00
回复了 uiosun 创建的主题 程序员 吐槽:到底什么是“优雅”? PHP 的新名词真是含义莫名……
真的逛过 github 吗,elegant 不是很常用的词?
2022-07-09 19:00:25 +08:00
回复了 chuanqirenwu 创建的主题 TypeScript 关于 TypeScript any 的理解不知道对不对?
any 就是 disable type check
2022-07-08 16:28:21 +08:00
回复了 w4ngzhen 创建的主题 React 虚心请教,这样的 React 面试题目是否合理?
@zhuangzhuang1988 这个就是 hook 的基石,结合 memo 、callback 啥的,搞到后面越写越复杂,所以很多人都很喜欢 solidjs 的设计
2022-07-08 11:20:18 +08:00
回复了 w4ngzhen 创建的主题 React 虚心请教,这样的 React 面试题目是否合理?
可以把 考察基本的闭包用法
2022-07-08 09:50:58 +08:00
回复了 makelove 创建的主题 TypeScript 谁能解释一下为什么这条 TypeScript 离谱地没有报错?
lodash 的 type 看起啦花里胡哨的一大堆,实际上经常是走到带 any 的重载,所以我都不用 lodash 了
2022-07-07 11:46:21 +08:00
回复了 v2defy 创建的主题 分享发现 zed 出 alpha 版了,有人试用了吗
atom 团队基于 rust 的新作?
2022-07-06 23:42:02 +08:00
回复了 cherryas 创建的主题 GitHub Copilot 已经是 copilot 的形状了
@xiaoz 下划线和大写不都是按 shift ?
2022-07-06 19:32:45 +08:00
回复了 shigure00 创建的主题 程序员 想学一门新语言, go 和 Python 大家推荐哪个
@coolmenu uber 要从 go 迁移到 zig 了?
2022-07-06 17:23:00 +08:00
回复了 luxinfl 创建的主题 程序员 这种去重方法真的有用么
换个库把,stream 除了 parallel 功能,其他完全没 eclipse collection 好用,性能也不如,java 官方的视频都说 eclipse collection 的抽象程度更高且性能也更好
2022-07-06 16:49:30 +08:00
回复了 YadongZhang 创建的主题 职场话题 Web 3 项目前端 repo 代码疑问
我猜只是纯粹的垒屎山不想动脑
@daliusu moment 那 mutable 的 api 用起来真的恶心
2022-07-05 17:06:31 +08:00
回复了 Soar360 创建的主题 数据库 强大的多列 IN 查询语句,及数据库支持情况。
mysql 5.7 以前这样查不支持索引
2022-07-05 13:34:51 +08:00
回复了 lzgshsj 创建的主题 程序员 StackOverflow 前段时间发布了 2022 年开发者调查
@wonderfulcxm v2 大体上还是简中互联网,你上 reddit 看看
2022-07-05 11:34:22 +08:00
回复了 FG4084 创建的主题 问与答 买房中老房子真的不能买吗?
给老逼登们接盘显然是更让人反感的
1 ... 41  42  43  44  45  46  47  48  49  50 ... 85  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   4036 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 46ms · UTC 00:57 · PVG 08:57 · LAX 16:57 · JFK 19:57
Developed with CodeLauncher
♥ Do have faith in what you're doing.