zhouheyang0919 最近的时间轴更新
zhouheyang0919's repos on GitHub
Rust · 1922 人关注
blueboat
All-in-one, multi-tenant serverless JavaScript runtime.
JavaScript · 25 人关注
AlphaBoard
An HTML5 web app for teaching
C++ · 13 人关注
AlphaTrans
An extremely fast accelerator for block transfer in unstable networks
Shell · 8 人关注
b6t
Minimal containerized Blueboat suitable for self-hosting.
TypeScript · 6 人关注
avalanche-demo
Demos of how the Avalanche family consensus protocols (Slush, Snowflake, Snowball and Avalanche) work.
TypeScript · 6 人关注
blog
Source code for my personal site.
Rust · 4 人关注
bbcli
Command line tool for deploying and managing apps on Blueboat.
TypeScript · 4 人关注
bbcp
Multi-user control plane service for Blueboat.
3 人关注
awesome-blueboat
A curated collection of web apps on the Blueboat engine.
Rust · 2 人关注
bfjit-osr
Brainfuck JIT for demonstrating On-Stack Replacement technology.
Go · 1 人关注
bdtts-go
Unofficial Baidu TTS API for Golang
TypeScript · 1 人关注
blueanalytics
Self-hosted web analytics for Caddy + Blueboat.
Go · 0 人关注
a2n
A2N forwards HTTP(S) requests to specific IP addresses by their hostnames.
Lua · 0 人关注
AdaIN-style
Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
CSS · 0 人关注
Amativeness
:wind_chime:Wow, such a beautiful WordPress theme
Python · 0 人关注
AndroidQQProtocol
android qq protocol
C · 0 人关注
android_kernel_sony_u8500
Kernel source code for STE Xperia
Python · 0 人关注
AsyncSpider
SCSS · 0 人关注
attila
Ghost Theme
0 人关注
AuroraLearning
极光知识库
C++ · 0 人关注
avbot
avbot that bridges QQ groups and IRC channels and XMPP rooms
0 人关注
backtrace-rs
Backtraces in Rust
C · 0 人关注
banXiaocao
A plugin written in C to detect Xiaocao for banning.
Go · 0 人关注
bdoauth-go
Unofficial Baidu OAuth API for Golang
Go · 0 人关注
bdsr-go
Unofficial Baidu Speech Recognition API written in Golang
Python · 0 人关注
BiliBiliAPI
Rust · 0 人关注
bincode
A binary encoder / decoder implementation in Rust. (modified for no_std)
Rust · 0 人关注
blogic-synth
NUAA SE meta-homework.
0 人关注
BlogRoll
南京航空航天大学 Blog 收集计划
zhouheyang0919

zhouheyang0919

V2EX 第 168576 号会员,加入于 2016-04-16 19:59:09 +08:00
Ice-node: 目前最快的 Node.js Web 框架
  •  2   
    程序员  •  zhouheyang0919  •  2018-06-07 17:03:08 PM  •  最后回复来自 iPhonePKAndroid
    5
    OxygenMark - 又一个 Node.js 模板引擎
    Node.js  •  zhouheyang0919  •  2016-11-27 14:45:32 PM
    用 HTML5 + JS 写了一个电子白板绘图 App
    分享创造  •  zhouheyang0919  •  2023-01-28 18:25:16 PM  •  最后回复来自 Onepeng
    6
    Google Authenticator 为什么需要网络权限?
    问与答  •  zhouheyang0919  •  2016-10-08 16:49:21 PM  •  最后回复来自 ryd994
    12
    阿里云美西和青岛之间有内网了?
  •  1   
    全球工单系统  •  zhouheyang0919  •  2017-11-02 22:34:05 PM  •  最后回复来自 mandymak
    31
    写了一个简单的 Linux 下跟踪 execve 的工具
    分享创造  •  zhouheyang0919  •  2016-08-03 18:13:23 PM  •  最后回复来自 hitmanx
    3
    OpenVPN IPv6 奇怪的路由问题
    程序员  •  zhouheyang0919  •  2016-07-16 08:43:50 AM  •  最后回复来自 redsonic
    6
    分享刚做的一个块传输加速软件
    分享创造  •  zhouheyang0919  •  2016-07-08 11:44:51 AM  •  最后回复来自 Thiece
    19
    zhouheyang0919 最近回复了
    2018-06-18 00:50:13 +08:00
    回复了 mimzy 创建的主题 Python id(1) 和 id(2) 返回的内存地址为什么相差 32?
    @wwqgtxx

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

    所以呢
    2018-06-18 00:23:54 +08:00
    回复了 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
    2018-01-01 13:31:38 +08:00
    回复了 dtysky 创建的主题 JavaScript 编译 TypeScript、C++和 Rust 到 WebAssembly
    现在 Rust 的 nightly 版本有一个 target: wasm32-unknown-unknown 可以直接编译到 WebAssembly,不需要手动编译到 LLVM bitcode 或借助 emscripten.
    https://github.com/losfair

    申请加入 node 组
    2017-08-28 20:05:05 +08:00
    回复了 xoxo419 创建的主题 程序员 做程序那么久了, 你感觉有自己得意之作是哪个?
    用 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)
    2017-08-24 08:29:56 +08:00
    回复了 guyeuro 创建的主题 问与答 Java 的 lambda 这么耗时,大家平时用吗?
    @guyeuro 即使 JVM 没有做更多优化,lambda 带来的开销也只是 function call overhead,1-2 ns / op 而已。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2886 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 21ms · UTC 00:28 · PVG 08:28 · LAX 17:28 · JFK 20:28
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.