gcxfd

Results 25 comments of gcxfd

maybe can use a hash tree , one level merge by two sub-level hash, the bottom level can be truncated to save space

> maybe can use a hash tree , one level merge by two sub-level hash, the bottom level can be truncated to save space [blake3](https://github.com/BLAKE3-team/BLAKE3) is based on merkle tree,...

https://livescript.net/#functions I see livescript support label , but It seems dead ...

I write a coffeescript label patch for [svelte](https://svelte.dev/) : https://github.com/rmw-lib/coffee-label-patch Make coffeescript support :label syntax (similar to [livescript](https://livescript.net)) so that it can be used for [svelte](https://svelte.dev). It's too hard to...

@kitsonk something like nodejs --experimental-loader

或者考虑直接做成tauri的后端 ( https://github.com/tauri-apps/wry )

mac系统 awtk/demos/demo_ui_app.c 中加入 #define APP_TYPE APP_DESKTOP 之后 打开应用就是全屏,然后使用系统输入法的时候,光标-输入法提示文字位置不对 ![image](https://user-images.githubusercontent.com/69608605/175460123-bd333a75-93d1-425c-81d7-7142d984dd4f.png) demo desktop 中位置其实也不对,应该在光标下面,结果在输入框下面

chrome有个这个优化 [谷歌公布了Native Window Occlusion 新功能所带来的性能提升](https://www.linuxprobe.com/native-window-occlusion.html) Chrome 现在会实时监控每个浏览器窗口的遮蔽状态,以降低 Windows 上完全遮蔽的窗口中打开的标签的优先级。 代码 https://bugs.chromium.org/p/chromium/issues/detail?id=1189281 据谷歌称,由于在 Windows 上启用了遮蔽检查功能,核心领域的性能得到了明显改善: 启动速度提高了 8.5% 至 25.8%。 GPU 显存使用量减少 3.1%。 渲染器绘制的帧数总体减少 20.4%。 遇到渲染器崩溃的客户减少 4.5%。 首次输入延迟降低 3.0%。 首次内容绘制和最大内容绘制的速度提高了 6.7%。 所有这些好处都要求...

``` "@grpc/grpc-js": "^1.3.0", "google-protobuf": "^3.15.8" ``` as below screenshot , i saw twice this error , when connect idle for hours ![image](https://user-images.githubusercontent.com/69608605/116749983-5968e500-aa34-11eb-91d9-b4094b16c6a4.png)