(recur (cpp/++ i))))]There's more work to be done to automatically use unboxed values and use native operators, when possible. For now it's opt-in only.Unsafe castingjank had the equivalent of C++'s static_cast, in the form of cpp/cast. However, for some C/C++ APIs, unsafe casting is necessary. To accomplish this, jank now has cpp/unsafe-cast, which does the equivalent of a C-style cast.(let [vga-memory (cpp/unsafe-cast (:* uint16_t) #cpp 0xB8000)]
Read full article
。新收录的资料是该领域的重要参考
The Web streams spec requires promise creation at numerous points — often in hot paths and often invisible to users. Each read() call doesn't just return a promise; internally, the implementation creates additional promises for queue management, pull() coordination, and backpressure signaling.
Jennifer Ouellette
。关于这个话题,新收录的资料提供了深入分析
3D primitive construction either directly from triangles, or using high level primitives made into meshes through marching cubes,详情可参考新收录的资料
Number (12): Everything in this space must add up to 12. The answer is 1-6, placed vertically; 6-4, placed horizontally.