leekeiabstraction commented on code in PR #430:
URL: https://github.com/apache/fluss-rust/pull/430#discussion_r2900747760


##########
crates/examples/src/example_table.rs:
##########
@@ -15,6 +15,10 @@
 // specific language governing permissions and limitations
 // under the License.
 
+#[cfg(not(target_env = "msvc"))]
+#[global_allocator]
+static GLOBAL: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;

Review Comment:
   Thank you for the context, helped me understood the approach better. Agree 
with the approach now.



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

To unsubscribe, e-mail: [email protected]

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

Reply via email to