AlenkaF commented on a change in pull request #11942: URL: https://github.com/apache/arrow/pull/11942#discussion_r770411667
########## File path: docs/source/developers/guide/resources.rst ########## @@ -27,3 +27,50 @@ ************************************ Additional information and resources ************************************ + +On this page we will list resources interesting for a contributor +that is not yet acquainted with different parts of Apache Arrow. + +Additional information +---------------------- + +- `CMake <https://cmake.org/documentation/>`_ +- `Gandiva <https://arrow.apache.org/blog/2018/12/05/gandiva-donation/>`_ +- SIMD + + - `Columnar is Fast section of Apache Arrow Overview <https://arrow.apache.org/overview/>`_ + - `SIMD on Wikipedia <https://en.wikipedia.org/wiki/SIMD>`_ + +- Memory management + + - `C++ <https://arrow.apache.org/docs/cpp/memory.html>`_ + - `Python <https://arrow.apache.org/docs/python/memory.html>`_ + - `jemalloc <https://arrow.apache.org/blog/2018/07/20/jemalloc/>`_, + `mimalloc <https://github.com/microsoft/mimalloc#readme>`_ + - `Plasma <https://arrow.apache.org/blog/2017/08/08/plasma-in-memory-object-store/>`_ + +- `Snappy <https://github.com/google/snappy#introduction>`_ Review comment: I created two JIRA issues [ARROW-15130](https://issues.apache.org/jira/browse/ARROW-15130) and [ARROW-15129](https://issues.apache.org/jira/browse/ARROW-15129) to remove random information listed here. I will link to the Glossary once it is done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
