mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 10:09:01 +00:00
6fe9e0ebd6
https://issues.apache.org/jira/browse/ARTEMIS-163 On this pass I'm just converting the native layer to a simpler one. It wasn't very easy to change the alignment at the current framework, so I did some refactoring simplifying the native layer The volume of the nubmer of changes here is because: - The API is changed, we now don't close the libaio queue between files - The native layer won't use malloc as much as it used to, saving some CPU and memory defragmentation - I organized the code around nio and libaio
21 lines
310 B
Plaintext
21 lines
310 B
Plaintext
**/*.iml
|
|
**/target
|
|
.idea/
|
|
ratReport.txt
|
|
**/server.lock
|
|
**/data
|
|
.classpath
|
|
.project
|
|
.settings
|
|
.checkstyle
|
|
.factorypath
|
|
|
|
# for native build
|
|
**/CMakeCache.txt
|
|
**/CMakeFiles/
|
|
**/Makefile
|
|
**/cmake_install.cmake
|
|
|
|
# this file is generated
|
|
artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h
|