From a188776efb4febdbe94352956604e0eabde68414 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Wed, 27 Dec 2023 15:40:32 +0800 Subject: [PATCH] Mention Apollo as a new adoption case --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de68b313..3cebd6bf 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ Here is a partial list of open source projects that have adopted `sse2neon` for * [Apache Doris](https://doris.apache.org/) is a Massively Parallel Processing (MPP) based interactive SQL data warehousing for reporting and analysis. * [Apache Impala](https://impala.apache.org/) is a lightning-fast, distributed SQL queries for petabytes of data stored in Apache Hadoop clusters. * [Apache Kudu](https://kudu.apache.org/) completes Hadoop's storage layer to enable fast analytics on fast data. +* [apollo](https://github.com/ApolloAuto/apollo) is a high performance, flexible architecture which accelerates the development of Autonomous Vehicles. * [ares](https://github.com/ares-emulator/ares) is a cross-platform, open source, multi-system emulator, focusing on accuracy and preservation. * [ART](https://github.com/dinosaure/art) is an implementation in OCaml of [Adaptive Radix Tree](https://db.in.tum.de/~leis/papers/ART.pdf) (ART). * [Async](https://github.com/romange/async) is a set of c++ primitives that allows efficient and rapid development in C++17 on GNU/Linux systems.