Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kemchenj authored Aug 21, 2022
1 parent 174b64d commit 3c96f3c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Reports/2022/#214-2022.08.22.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@
- 字节对齐对编程的启示
- Objective-C 字节对齐实现

### [Pulse 2.0 released](https://kean.blog/post/pulse-2)

[@kemchenj](https://kemchenj.github.io):Pulse 是一个 Apple 平台的开源日志框架,不止提供了 AppKit/UIKit 集成,也提供了可视化的工具 App 查看日志。最近推出了 2.0 版本,进行了大量重写,包括了:

- 新增 macOS/watchOS/tvOS 的日志查看工具,使用 SwiftUI 实现。
- 性能提升:
- 日志存储空间减少 90%。使用苹果提供的 lzfse 进行压缩,并且使用 SHA1 替代之前的 SHA256。
- 日志的预览图改为小尺寸的缩略图,并且使用 HEIF 编码,以 Demo 为例减少了 99% 的存储占用。
- 文档格式优化。允许控制分享的时间范围,并且使用 lzfse 替代 ZIPFoundation,可以减少分享的文件大小。
- 文档重写,使用 DocC 进行生成。

## 工具

### 🐎 [Xcode console 替代方案 - ConsoleRedirect](https://github.com/luoqisheng/ConsoleRedirect)
Expand Down

0 comments on commit 3c96f3c

Please sign in to comment.