Open ShalokShalom opened 1 year ago
I asked ChatGPT this question "What are the Data Structures in the Julia Programming Language?" and it gave this answer:
Julia is a high-level, high-performance programming language designed for technical and numerical computing. It provides a variety of data structures to work with different types of data efficiently. Some of the common data structures in Julia include:
This summary could be of help in further improving the docs.
Sure, I will do this!
Hi there :)
I find currently the following problems, when consulting the documentation on the topic of data structures.
I do suggest, that we have a page, (I can help) that compares all the available options, and adds information about them.
Specifically, I am interested into all the immutable data structures, and ideally also like to know, how they are implemented, and how well they perform. 😃
Currently, I see basically no way at all, to consult the docs in order to gain info about what data structures with structural sharing, support for memorization and caching are available.
It seems like Arrays are used by default, and everything else seems like a departure. Is this true?