pursuer 最近的时间轴更新
pursuer's repos on GitHub
C · 20 人关注
pwart
A lightweight WebAssembly JIT compiler and runtime , powered by sljit. PR and issue are welcome.
C · 4 人关注
tinycc-min
A branch fork from TinyCC(https://repo.or.cz/tinycc.git) and remove unnecessary feature.
C · 2 人关注
tinyjit
[deprecated]A jit libraryextract and enhance from the tinycc compiler backend.
C++ · 1 人关注
avian
Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's (JVM) features, suitable for building self-contained applications.
Java · 1 人关注
jgit
Pure java implementation of Git used by EGit(fork of https://git.eclipse.org/r/jgit/jgit.git, but no history commit,)
C · 1 人关注
libffi
libffi with cmake build system ,fork from https://github.com/am11/libffi/tree/feature/cmake-build-configs
C++ · 1 人关注
PxpRpc
a very tiny rpc library aim to intercommunicate and interchange data cross platforms and languages(c,java,python,typescript(javascript),c#) with high performance and little load.
C++ · 1 人关注
selfextractingexe
A tool to pack directory into one executable, which can self extract these packed files out when executed. Support Windows and Linux
GLSL · 0 人关注
GLSLSample
Note the glsl usage
JavaScript · 0 人关注
Js2Py
JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python🚀 Try it online:
0 人关注
libffi-forked
A portable foreign-function interface library.
C · 0 人关注
libuv-patched
libuv patched to support for android API 21 , and other old os for compatibility.
0 人关注
node4android-patch
patch node.js to compile android release
TypeScript · 0 人关注
partic2-iamdee
Small and extensible AMD loader. Branch of https://github.com/grassator/iamdee
TypeScript · 0 人关注
protask
Generator based task library.
Python · 0 人关注
PursuerJavaBridgeGen
This is a code generator to generate C jni glue code according to the java files.
TypeScript · 0 人关注
pxprpc4vscode-server
TypeScript · 0 人关注
pxseed-CorePackages
"pxseed" is a package manager manage javascript/typescript code and assets for browser ,node(server) and txiki.js by using AMD loader.
JavaScript · 0 人关注
pxseed-sample-1
Python · 0 人关注
python-mingw-patch
patch the python on windows to let the python support compile native c/c++ code with MinGW
Python · 0 人关注
remotepyexecutor
"remotepyexecutor" is a python module to execute python source code on remote host with TCP connection.
C · 0 人关注
simple-memory-allocator
Implement memory allocator function(like malloc realloc free etc.) on a flat memory space
C · 0 人关注
sljit
Platform independent low-level JIT compiler
C · 0 人关注
tbox-build-tools
Some tbox build tools(extract from xmake) can help you build tbox where xmake is not installed
C · 0 人关注
tinycc
Unofficial mirror of mob development branch
C · 0 人关注
txiki.js
A tiny JavaScript runtime
C · 0 人关注
txiki.js-partic
C++ · 0 人关注
VideoCaptureLibrary
Cross-platform library for video capture device
Java · 0 人关注
xplatj1
a trial project aim to make a cross-platform layer (deprecated, see xplatj2)
Java · 0 人关注
xplatj2
a trial project aim to make a cross-platform layer
pursuer

pursuer

V2EX 第 358584 号会员,加入于 2018-10-25 15:17:15 +08:00
今日活跃度排名 7140
写了一个轻量的 WebAssembly JIT 运行时 PWART
  •  1   
    分享创造  •  pursuer  •  2022-11-14 19:32:22 PM  •  最后回复来自 pursuer
    2
    踩了一个 Java 编译时和运行时环境不一致导致的一个坑
    Java  •  pursuer  •  2020-10-22 23:37:05 PM  •  最后回复来自 Goooogle
    6
    视频平台之后,"游戏"平台能否成为下一个发展方向呢
    奇思妙想  •  pursuer  •  2020-07-22 11:06:28 AM  •  最后回复来自 zvil
    34
    pursuer 最近回复了
    我觉得这不能完全算是 C/C++的锅,Windows 的 COM 组件也是 C++的,但 Windows 的兼容是公认做的比较好的。再看 Linux 阵营,虽然很多库是用 C 写的,但升起来也费劲,glibc 更是重量级。
    @wudanyang 协程的作用就是协作执行,执行时间长(我假设说的 CPU 密集)还需要自动让出,那就是多线程的场景。实际多线程要考虑锁和线程安全,写线程安全代码未必比手动 await 简单。python 的线程是抢占式调度,但这个和协程无关,无论多少协程也都是跑在这个可以抢占调度的线程上的。
    第一条 python 的 await 如果写漏了,协程是不会运行的,第二条没改造的第三方库可以丢给其他线程跑,第三条和数据量大用不用协程都存在的一样的问题
    通关+1 ,似乎是 500 分通关,第一个角色比其他角色多 50HP 是什么原因不清楚,游戏技巧就是优先升 1 级子弹伤害,后面优先子弹频率或者伤害,毕竟最重要的是清理近身或路径上的怪,其他的 AOE 可以随意点点,子弹体积我不知道有什么用没点过,HP 恢复数值太低可以无视。游戏的碰撞比预想的大需要注意下
    现在 Tauri 的 Linux 端还是很微妙的,用的 webkit ,兼容可能有点问题,听说是计划迁移 Servo ,但是 Servo 能不能成也是个问题,现在的浏览器复杂度太高了。
    52 天前
    回复了 weiwenhao 创建的主题 程序员 我写了一个编程语言,受 golang 启发
    @weiwenhao #33 大语言模型已经在力大飞砖了,编程语言生态还在分裂。我觉得一门编程语言生态非常重要。很多人说编程语言只是工具,但是我真不想用不同的工具造相同/相似的轮子了。
    52 天前
    回复了 weiwenhao 创建的主题 程序员 我写了一个编程语言,受 golang 启发
    我很好奇被 Go 语法简单的吸引的用户,其他语言的高级特性不用也没什么影响。而 Go 这样衍生语言很多什么 go+,walang 还有这个 nature ,最终也是将其他特性丰富的语言的碎片组合,除了使生态分裂,感觉也没什么好处。
    现在大模型靠算力力大砖飞,让我觉得现在才出现的新语言前景更微妙了。
    我今天碰到了,开 Persistent Log 好像好了,但不知道是不是只是碰巧好了
    82 天前
    回复了 realfatboy 创建的主题 分享发现 抖音极速板竟然可以检测到远程 adb?
    @alect 不卡和底层漏洞没什么关系,是那些卡的 APP 塞了太多垃圾代码了,当然也有一些踩坑的经验。
    关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   916 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 22:21 · PVG 06:21 · LAX 15:21 · JFK 18:21
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.