This is an automated email from the ASF dual-hosted git repository.
tkobayas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 3a02b38aa [incubator-kie-drools-6368] Add a note about custom operater
performance (#4568)
3a02b38aa is described below
commit 3a02b38aa9c64f4f1218dbf59ac42cb578a7d166
Author: Toshiya Kobayashi <[email protected]>
AuthorDate: Wed Jul 16 09:02:41 2025 +0900
[incubator-kie-drools-6368] Add a note about custom operater performance
(#4568)
---
.../pages/language-reference-traditional/_custom-operators-section.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/drools-docs/src/modules/ROOT/pages/language-reference-traditional/_custom-operators-section.adoc
b/drools-docs/src/modules/ROOT/pages/language-reference-traditional/_custom-operators-section.adoc
index 2983c2e49..9319cb258 100644
---
a/drools-docs/src/modules/ROOT/pages/language-reference-traditional/_custom-operators-section.adoc
+++
b/drools-docs/src/modules/ROOT/pages/language-reference-traditional/_custom-operators-section.adoc
@@ -23,7 +23,7 @@ Drools supports custom operators, which are defined in Java
code and can be used
[NOTE]
====
-Java static methods can be an alternative to custom operators. Typically, Java
static methods are more flexible and easier to maintain than custom operators,
while custom operators are more concise and easier to read in rules.
+Java static methods can be an alternative to custom operators. Typically, Java
static methods are more flexible and easier to maintain than custom operators,
while custom operators are more concise and easier to read in rules. From
performance perspective, there wouldn't be much difference between the two.
.Java static method example
[source]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]