|
|
|
|
|
by ivanb
62 days ago
|
|
Balancing trade-off is crucial in software design. It would be nice if the documentation listed the trade-offs of the structures compared to their native implementations. I imagine at least every mutation is consing? There are also larger fixed and slow-growing overheads in various operations. |
|
2. There are no mutations
3. I think it would be rather redundant to mention that every operation that returns a new object conses.