> For the complete documentation index, see [llms.txt](https://blog.owent.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.owent.net/2019.md).

# 2019

* [PALM Tree - 适合多核并发架构的B+树 - 论文阅读小记](/2019/1913.md)
* [跨平台协程库 - libcopp 简介](/2019/1912.md)
* [C++20 Coroutine 性能测试 (附带和libcopp/libco/libgo/goroutine/linux ucontext对比)](/2019/1911.md)
* [尝鲜Github Action](/2019/1910.md)
* [一些xresloader（转表工具）的改进](/2019/1909.md)
* [protobuf、flatbuffer、msgpack 针对小数据包的简单对比](/2019/1908.md)
* [协程框架(libcopp) 小幅优化](/2019/1907.md)
* [Excel转表工具(xresloader) 增加protobuf插件功能和集成 UnrealEngine 支持](/2019/1906.md)
* [Anna（支持任意扩展和超高性能的KV数据库系统）阅读笔记](/2019/1905.md)
* [C++20 Coroutine](/2019/1904.md)
* [libcopp merge boost.context 1.69.0](/2019/1903.md)
* [Google去中心化分布式系统论文三件套(Percolator、Spanner、F1)读后感](/2019/1902.md)
* [Rust玩具-企业微信机器人通用服务](/2019/1901.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://blog.owent.net/2019.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.
