Ayou

Good Good Study, Day Day Up!


  • Home

  • Demo

  • Archives

  • Tags

  • Categories

  • About

从零实现 React v18,但 WASM 版 - [3] Renderer 和 Reconciler 架构设计

Posted on 2024-04-07 | In rust
模仿 big-react,使用 Rust 和 WebAssembly,从零实现 React v18 的核心功能。深入理解 React 源码的同时,还锻炼了 Rust 的技能,简直赢麻了! 代码地址:https://github.com/ParadeTo/big-react-wasm 本文对应 ta ...
Read more »

从零实现 React v18,但 WASM 版 - [2] 实现 ReactElement

Posted on 2024-04-04 | In rust
Implement React v18 from Scratch Using WASM and Rust - [1] Implementation of ReactElement
Read more »

从零实现 React v18,但 WASM 版 - [1] 项目框架搭建

Posted on 2024-04-03 | In rust
Implement React v18 from Scratch Using WASM and Rust - [1] Build the Project
Read more »

设计模式之原型模式(TypeScript & Rust)

Posted on 2024-03-19 | In rust
原型模式(Prototype Pattern)是一种创建型设计模式,它通过复制现有对象来创建新对象,而不是使用常规的实例化过程。当对象创建成本高或创建过程很复杂时,通过复制一个现有的对象,然后基于复制出来的对象进行修改是一个非常好的方法。我们的学渣小明是使用原型模式的高手。期末考试了,学渣小明什么都 ...
Read more »

设计模式之各种工厂模式(TypeScript & Rust)

Posted on 2024-03-13 | In rust
设计模式中带“工厂”两个字的有:简单工厂模式、工厂方法模式、抽象工厂模式。下面用 TypeScript 和 Rust 分别演示一下: In design patterns, there are three patterns with the word “Factory” in their names ...
Read more »

设计模式之单例模式(TypeScript & Rust)

Posted on 2024-03-08 | In rust
单例模式在软件开发中有很多应用场景,比如数据库连接池、全局唯一的对话框、全局日志记录等。 The singleton pattern has many applications in software development, such as a database connection pool, ...
Read more »

使用 Web Worker + SharedArrayBuffer 并行实现视频实时滤镜效果

Posted on 2024-03-01 | In javascript
使用 Web Worker + SharedArrayBuffer 并行实现视频实时滤镜效果
Read more »

Rust WebAssembly 实现视频实时滤镜效果

Posted on 2024-02-27 | In javascript
使用 Rust WebAssembly 来实现视频实时滤镜效果
Read more »

译:揭秘神奇的 Rust Axum 风格的函数实现(Rusts Axum style magic function params example)

Posted on 2024-01-29 | In rust
揭秘神奇的 Rust Axum 风格的函数实现
Read more »

在 Node.js 中使用 HTTP Agent 实现 keep-alive (To request with keep-alive using HTTP agent in Node.js)

Posted on 2024-01-22 | In nodejs
本文介绍在 Node.js 中使用 HTTP Agent 实现 keep-alive 的方式.
Read more »
1…345…20

Ayou

一名转行的菜鸡程序员

194 posts
19 categories
83 tags
© 2024 Ayou
Powered by Hexo
|
Theme — NexT.Mist v5.1.4