AlenkaF commented on a change in pull request #11942:
URL: https://github.com/apache/arrow/pull/11942#discussion_r769822809



##########
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:
       The selection was done completely from my side due to the fact I bumped 
into this group when building PyArrow. I could try to list all of them (will go 
through the cpp part of the dev docs).




-- 
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]


Reply via email to