JiriOndrusek commented on a change in pull request #1902:
URL: https://github.com/apache/camel-quarkus/pull/1902#discussion_r503750196



##########
File path: extensions/leveldb/runtime/src/main/doc/limitations.adoc
##########
@@ -0,0 +1,5 @@
+In native mode extension uses port of the LevelDB written in Java 
(https://github.com/dain/leveldb#leveldb-in-java[documentation]),
+which is within 10% of the performance of the C++ original. Usage of native 
implementation will be investigated as a new issue.
+
+GraalVM does not support `ObjectOutputStream.writeObject()` 
(https://github.com/oracle/graal/issues/460[issue]).
+In native mode extension uses Jackson serialization instead. This approach 
could have some performance impact.

Review comment:
       I didn't know that, but it is nice. I'll remove the comment




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to