-
Many people including @anarcat have suggested us moving away from using Lua as config file syntax. I share the same sentiment and would like to take a stab at this task. It will be a tricky and painfu…
houqp updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
Using wrapper classes for primitive types incurs a performance cost.
Wrappers are useful to indicate when a value can be null, but …
-
I ran some KNN tests constructing an index under the profiler.
|function|percent CPU|
|-|-|
|-----|-----|
|dotProduct|28%|
|PriorityQueue<Neighbor>.insertWithOverflow|13% + 4%|
|PriorityQueue…
-
`AbstractValueAdaptingCache.get` checks whether the requested type matches with the value type in the cache. This fails for Kotlin `Boolean` value type. The usage is as follows:
Cache spec: `maximu…
-
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- [ ] Question or discussion
- [x] Bug
- [ ] Requirement
- [ ] Feature or performance improvement
…
-
I believe the fix for #267 breaks binary compatibility for classes which were previously compiled. We have an internal library that wraps calls to the `influxdb-java` library. For consuming applicatio…
-
**[mehranus](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49706)** opened **[DATAMONGO-2570](https://jira.spring.io/browse/DATAMONGO-2570?redirect=false)** and commented
In the [`findA…
-
I have a long running transaction that reads a lot of nodes and relationships and creates some new nodes. After some very short time the queries get slower and slower (queries are exec…
-
When converting an int to an Integer
~~~
Integer i = 1;
~~~
soot throws Exception in soot.jimple.spark.builderMethodNodeFactory.
The reason for this is the type of the left op got from the wala f…
-
in `firebase_database v3.0.7` on calling `FirebaseDatabase.instance.setPersistenceCacheSizeBytes(10000000);` I get the following error on Android
```
E/MethodChannel#plugins.flutter.io/firebase_…