-
Alright so my thoughts on PVS, some combination of the old one and the current one might be most ideal for performance.
~~- Kill component references so getcomponent is faster.~~
- Archetypes so no …
-
The basic idea: There is a interface `MapFactory` used to create map related objects like
- a empty map
- a map key
- a map entry
A map and its keys and entries are related through the order of keys …
jbee updated
12 years ago
-
Currently, `Java.Interop.JniPeerMembers` member lookups are backed via dictionary lookup with `string` as the key-type, e.g.
https://github.com/xamarin/java.interop/blob/7dc270dbb83948b278bee38fc83…
-
As each test is marked complete _pending_of is called at least once. _pending_of then iterates over a dictionary that contains a True/False for every assigned test. This has n^2 performance in the n…
-
We could benefit from a clean and clear way to tracking certain 'points of interest' - specific locations where we may like to test our models repeatedly. Currently, out[ getTile()](https://github.com…
-
I guess, the problem is that `lexic` is not able to interact with `sdcv`, so when you have a word like "hello", and it's in many dictionaries (I personally installed 9 of them), you need additional us…
-
One of the modules we are missing in Andbible is a Bible with Hebrew morphology, I have modified and adapted a workable OHB module with a proper associated morphology dictionary.
We need to remove t…
-
VS and Rider both flag warnings when you use a property in a `GetHashCode` implementation that is not read-only, however, I recently encountered an issue where one of the properties was virtual. This…
-
## Summary
When you type 'return' (all lowercase) into the lookup tool, I feel like it should come up with {#Return}, but it doesn't.
## Reproducing
Open the lookup tool. Ty…
mulka updated
6 years ago
-
##### ISSUE TYPE
- Feature Idea
##### SOFTWARE VERSIONS
v3.1.1
###### Ansible:
2.10.12
###### Netbox:
NetBox v3.0-beta1
###### Collection:
##### SUMMARY
With graphQL read only A…