urlyy

Results 14 issues of urlyy

## What does this PR do? For the conversion from UTF-16 to UTF-8, a SIMD method based on AVX/SSE/NEON instruction sets was added on the basis of #1730 , and...

关联issue:https://github.com/Tencent/OpenSourceTalent/issues/41#issue-1754174089 文档查看:[README.md](https://github.com/urlyy/cherry-markdown/blob/comparison/docs/comparison/README.md) 本项目为中阶任务竞品分析:`分析对比竞品,从语法能力、功能、安全、性能、扩展能力等维度进行对比。其中客观数据(如性能)需要给出运行环境描述`。 当前仅通过项目文档和代码内全局搜索,浅显地对几个Markdown编辑器进行了分析对比,部分数据和功能可能不太准确。 在仓库 https://github.com/urlyy/mde-comparison 内放置了各项目经过更改调整后的可测试代码及测试方式。本pr内只放置竞品分析的Markdown或PDF形式的文档。 希望导师能给出些建议:) 欢迎其他同学一起将文档相互对比与优化:)

https://mnowpick.nowcoder.com/m/discuss/hot?tab=subject 排行榜如上,但是不知道算不算news? 如果牛客热榜算news的话,我希望能贡献个pr

目标网址:https://juejin.cn/hot/articles

添加数据源:[什么值得买-今日热门](https://post.smzdm.com/hot_1/)

fix: #42、#118、#48 1. 添加了[少数派数据源](https://sspai.com) 2. 添加了[稀土掘金数据源](https://juejin.cn/hot/articles) 3. 对nowcoder数据源的代码微调了一下,去除了无用变量,并把内部元素从单个元素改成了数组类型,避免类型不匹配的报错。

例如本项目中关于`希望增加信息源`这类的issue,当前很多都是只给个信息源名字,一没网站链接二没告知信息在哪个界面板块三没标注是否需要登录、或者通过验证码才能获取,把问题全抛给仓库贡献者,我觉得这是不太好的。 建议作者写个ISSUE_TEMPLATE,让issue提出者在自动创建的issue模版里填写各个信息,略微增加提issue的门槛,并且可以提高沟通和开发效率。

## What does this PR do? 1. Add `Writer::write_sliint64(...)` and `Reader::read_sliint64(...)` to support SLI_INT64 compression. 2. Improve cross_language unit tests for `Reader::read_i32/i64/sliint64()` and `Writer::read_i32/i64/sliint64()` . ## Related issues #2903 ##...

## What does this PR do? 1. Added a `type_resolver` parameter to `fory_static_type_id()` and `fory_reserved_space()` so that `type_resolver.is_compress_int()` can be used to decide whether to use `read/write_varint32()` or `read/write_i32()`. 2....

### Feature Request _No response_ ### Is your feature request related to a problem? Please describe _No response_ ### Describe the solution you'd like _No response_ ### Describe alternatives you've...