thomas-dg created TINKERPOP-3093:
------------------------------------
Summary: optimization of readmap function
Key: TINKERPOP-3093
URL: https://issues.apache.org/jira/browse/TINKERPOP-3093
Project: TinkerPop
Issue Type: Improvement
Reporter: thomas-dg
There are two optimization points for the readmap function:
# Map key cannot be an incomparable type, otherwise it will cause a panic, but
the function does not distinguish
# When the key is an incomparable type, adjusted to fmt.Sprint(k) to avoid
unreadable output
--
This message was sent by Atlassian Jira
(v8.20.10#820010)