[ 
https://issues.apache.org/jira/browse/ARTEMIS-5972?focusedWorklogId=1021385&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1021385
 ]

ASF GitHub Bot logged work on ARTEMIS-5972:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/May/26 02:06
            Start Date: 21/May/26 02:06
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on code in PR #6444:
URL: https://github.com/apache/artemis/pull/6444#discussion_r3278209624


##########
artemis-ffm/etc/checkstyle-suppressions.xml:
##########
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+
+<!--

Review Comment:
   why did you need these files on ./etc
   
   I actually removed  them on my local build and it worked. so I guess it used 
the checkstyle from the main project.
   
   
   other modules are using javacc and the generated source is not part of the 
checkstyle.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 1021385)
    Time Spent: 1h  (was: 50m)

> Replace JNI with Panama Foreign Function & Memory (FFM) API for Journal 
> Native Layer
> ------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-5972
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5972
>             Project: Artemis
>          Issue Type: Improvement
>          Components: Native
>            Reporter: Mayank Kunwar
>            Assignee: Clebert Suconic
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Proposing a modernization of the artemis-journal module by leveraging the 
> Panama Foreign Function & Memory (FFM) API (introduced in JDK 22). This will 
> provide a high-performance alternative to the existing JNI-based native layer 
> for interacting with libaio.
>  
> ||Feature||Current JNI + libaio||Modernize Journal||
> |Call Type|Java -> JNI (C code) -> libaio |Java -> Panama FFM -> libaio|
> |Code Base|Java + C/C++ (Native Repo)|100% Pure Java|
> |I/O Mechanism |Asynchronous via libaio callbacks|Asynchronous via libaio 
> callbacks|
> |Efficiency|Higher overhead (JNI transitions)|Lower overhead (JIT optimized)|



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to