zhouheyang0919's recent timeline updates
zhouheyang0919

zhouheyang0919

V2EX member #168576, joined on 2016-04-16 19:59:09 +08:00
zhouheyang0919's recent replies
Jun 18, 2018
Replied to a topic by mimzy Python id(1) 和 id(2) 返回的内存地址为什么相差 32?
@wwqgtxx

>>> id(100000000000000000000000)
139793637212488
>>> id(100000000000000000000000)
139793637212448
>>> id(100000000000000000000000)
139793637212408
>>> id(100000000000000000000000)
139793637212368

所以呢
Jun 18, 2018
Replied to a topic by mimzy Python id(1) 和 id(2) 返回的内存地址为什么相差 32?
@wwqgtxx

>>> id(100000000000000000000003)-id(100000000000000000000000)
-40
>>> id(100000000000000000000003)-id(100000000000000000000000)
-120
>>> id(100000000000000000000003)-id(100000000000000000000000)
-40
>>> id(100000000000000000000003)-id(100000000000000000000000)
-40
>>> id(100000000000000000000003)-id(100000000000000000000000)
-40
>>> id(100000000000000000000003)-id(100000000000000000000000)
-40
>>> id(100000000000000000000003)-id(100000000000000000000000)
-40
>>> id(100000000000000000000003)-id(100000000000000000000000)
-40
>>> id(100000000000000000000003)-id(100000000000000000000000)
-40
>>> id(100000000000000000000003)-id(100000000000000000000000)
-80

-40 似乎是内存分配器正好分配了连续的内存空间而产生的巧合。
rust
Jan 1, 2018
Replied to a topic by dtysky JavaScript 编译 TypeScript、C++和 Rust 到 WebAssembly
现在 Rust 的 nightly 版本有一个 target: wasm32-unknown-unknown 可以直接编译到 WebAssembly,不需要手动编译到 LLVM bitcode 或借助 emscripten.
https://github.com/losfair

申请加入 node 组
用 Rust 写的 Web 框架,用于集成到其他语言的服务端程序里。
是 Node.js & Python 上最快 ( QPS 提升至少 100% ) 的 Web 服务端实现。

Core: https://github.com/losfair/IceCore

Node.js: https://github.com/losfair/ice-node
Python: https://github.com/losfair/pyice_base
.NET Core: https://github.com/losfair/SharpIce
Go: (Still under early development)
Aug 24, 2017
Replied to a topic by guyeuro 问与答 Java 的 lambda 这么耗时,大家平时用吗?
@guyeuro 即使 JVM 没有做更多优化,lambda 带来的开销也只是 function call overhead,1-2 ns / op 而已。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   887 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms · UTC 22:42 · PVG 06:42 · LAX 15:42 · JFK 18:42
♥ Do have faith in what you're doing.