mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-06 20:26:05 +00:00
perf[storage]: use string as cache to reduce memory consumption
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ import static org.junit.Assert.assertEquals;
|
||||
/**
|
||||
* @author veione
|
||||
*/
|
||||
public class TestFieldUtils {
|
||||
public class FieldUtilsTest {
|
||||
|
||||
@Test
|
||||
public void testPropertyName() {
|
||||
+1
-1
@@ -19,7 +19,7 @@ import org.junit.Test;
|
||||
/**
|
||||
* @author veione
|
||||
*/
|
||||
public class TestLambdaFunctionCache {
|
||||
public class LambdaFunctionCacheTest {
|
||||
|
||||
@Test
|
||||
public void testFunctionCache() {
|
||||
+1
-1
@@ -23,7 +23,7 @@ import java.lang.reflect.Method;
|
||||
/**
|
||||
* @author veione
|
||||
*/
|
||||
public class TestLambdaFunction {
|
||||
public class LambdaFunctionTest {
|
||||
//https://blog.csdn.net/iteye_19045/article/details/119299015
|
||||
@Test
|
||||
public void testFuncSerialization() throws Exception {
|
||||
Reference in New Issue
Block a user