I'm implementing a data structure, cross-map <https://github.com/JvJ/cross-map>, which cross-indexes keys with the structure [row column].
I'm also trying to implement a transient version to speed things up a bit. However, I would like to do certain iteration operations on the transient itself without having to call persistent! if possible. I realize that the transient-to-persistent conversion should ideally be O(1), but there are certain cases where I have to iterate over some structures to achieve what I'm looking for. Is there a way to get some kind of iterator for a transient map? I understand that lazy-sequences are bad for mutability, but even a java-style imperative iterator would be good. Thanks -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.