# 12

1. 文章分享:

   <https://github.com/microsoft/TypeScript/wiki/Performance>

   文章汇总了一些能提高 Typescript 编译性能的使用方法和配置技巧。
2. 2020 CSS 现状报告

   <https://2020.stateofcss.com/>

   CSS 在 2020 年使用现状统计，涉及到了 CSS 的一些特性、框架、规范。
3. 今日虎嗅热文分享:

   拼多多突袭支付宝

   <https://www.huxiu.com/article/399413.html>

   摘要: 拼多多自成立就以渗透供应链见长，不论农产品的供应链环节，还是其上游新农人、农业合作社模式，都少不了稳定的金融支持。进入2020年，拼多多开始快速推动金融布局。**支付于拼多多而言不是单纯的通道，更多是协调整体资源，解决上下游环节资金问题、缓解自身增长脚步放缓的必要环节之一。**

   虎嗅最近质量明显下降了.. 好久没分享过虎嗅好文了.
4. 每次一句分享: 操作系统的一个主要功能是提供抽象的接口，另外一个主要功能是管理硬件资源。
5. 快餐文分享:

   多线程那些事，硬核有趣

   <https://mp.weixin.qq.com/s?__biz=MzUxODAzNDg4NQ==&mid=2247487160&idx=2&sn=b3f86df179f5ba65e61fbdf2700a3e23>

   摘要: 用户级线程做不到并发只能并行, 但是，**内核级线程是可以利用多核CPU的，即可以并行**！

   本文通过 聊天的方式 将多个知识点一一道来, 文中干货较多 既涉及到 操作系统的线程模型, 也与 JVM 应用层相呼应, 推荐阅读.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thinking.simonaking.com/archives/2020/12/12.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
