Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
4
112
repo_url
stringlengths
33
141
action
stringclasses
3 values
title
stringlengths
1
970
labels
stringlengths
4
625
body
stringlengths
3
247k
index
stringclasses
9 values
text_combine
stringlengths
96
247k
label
stringclasses
2 values
text
stringlengths
96
218k
binary_label
int64
0
1
712,714
24,504,928,652
IssuesEvent
2022-10-10 15:33:32
oceanprotocol/df-py
https://api.github.com/repos/oceanprotocol/df-py
opened
Update FeeEstimate to not rely on checkpoints inside FeeDistributor
Priority: High
### Problem: - Right now, we're running into overhead issues because we need to checkpoint FeeDistributor daily, for the estimate calc to work - This means that we're wasting gas and time, however when reviewing the code we believe that we can get around this by simply updating the estimateClaim() fn ### Candidate sol...
1.0
Update FeeEstimate to not rely on checkpoints inside FeeDistributor - ### Problem: - Right now, we're running into overhead issues because we need to checkpoint FeeDistributor daily, for the estimate calc to work - This means that we're wasting gas and time, however when reviewing the code we believe that we can get ar...
non_perf
update feeestimate to not rely on checkpoints inside feedistributor problem right now we re running into overhead issues because we need to checkpoint feedistributor daily for the estimate calc to work this means that we re wasting gas and time however when reviewing the code we believe that we can get ar...
0
35,166
16,946,655,765
IssuesEvent
2021-06-28 07:48:01
ethereum/solidity
https://api.github.com/repos/ethereum/solidity
opened
[YulOpti] Converting loops that copy into memory into calldatacopy and returndatacopy
enhancement optimizer performance :racehorse:
## Converting a memory loop into calldatacopy Take the example ```solidity contract C { function f(uint[] memory x) external returns (uint) { return x.length; } } ``` Copying from calldata to memory currently would be done in the following loop: ```yul for { } lt...
True
[YulOpti] Converting loops that copy into memory into calldatacopy and returndatacopy - ## Converting a memory loop into calldatacopy Take the example ```solidity contract C { function f(uint[] memory x) external returns (uint) { return x.length; } } ``` Copying from...
perf
converting loops that copy into memory into calldatacopy and returndatacopy converting a memory loop into calldatacopy take the example solidity contract c function f uint memory x external returns uint return x length copying from calldata...
1
308,948
9,459,689,884
IssuesEvent
2019-04-17 09:07:52
WoWManiaUK/Blackwing-Lair
https://api.github.com/repos/WoWManiaUK/Blackwing-Lair
closed
[Quest] Axis of Awful - ID 26868 Missing Quest Item Loch Modan
Fixed Confirmed Fixed in Dev Priority zone 1-20
**Links:** https://www.wowhead.com/item=60681/cannarys-cache https://www.wowhead.com/quest=26868/axis-of-awful (*) https://www.wowhead.com/item=60502/clever-plant-disguise-kit (*) https://www.wowhead.com/item=60503/potent-murloc-pheromones **What is happening:** Once you are on the quest Axis of Awful you get the...
1.0
[Quest] Axis of Awful - ID 26868 Missing Quest Item Loch Modan - **Links:** https://www.wowhead.com/item=60681/cannarys-cache https://www.wowhead.com/quest=26868/axis-of-awful (*) https://www.wowhead.com/item=60502/clever-plant-disguise-kit (*) https://www.wowhead.com/item=60503/potent-murloc-pheromones **What is ...
non_perf
axis of awful id missing quest item loch modan links what is happening once you are on the quest axis of awful you get the bag which should contain items such as those linked above marked with but once you accept the quest and open the bag you get nothing from it ...
0
4,762
3,882,707,072
IssuesEvent
2016-04-13 11:02:09
lionheart/openradar-mirror
https://api.github.com/repos/lionheart/openradar-mirror
opened
20716363: Presenting Siri Dictation with Watch in Different Language Shows English Done/Cancel Buttons and Error Text
classification:ui/usability reproducible:always status:open
#### Description Summary: Changing Watch language and Siri language to Japanese and then calling - presentTextInputControllerWithSuggestions:allowedInputMode:completion: still shows the Cancel and Done buttons in English. Apple's preinstalled apps, like Messages, correctly translate these buttons, but third-party a...
True
20716363: Presenting Siri Dictation with Watch in Different Language Shows English Done/Cancel Buttons and Error Text - #### Description Summary: Changing Watch language and Siri language to Japanese and then calling - presentTextInputControllerWithSuggestions:allowedInputMode:completion: still shows the Cancel and...
non_perf
presenting siri dictation with watch in different language shows english done cancel buttons and error text description summary changing watch language and siri language to japanese and then calling presenttextinputcontrollerwithsuggestions allowedinputmode completion still shows the cancel and done b...
0
55,415
30,740,894,898
IssuesEvent
2023-07-28 11:24:01
prisma/prisma
https://api.github.com/repos/prisma/prisma
closed
Update operation includes multiple where statements for the same fields
bug/2-confirmed kind/bug topic: $transaction team/client topic: postgresql topic: performance/queries
### Bug description When triggering the update on the prisma model inside an transaction, it will run 3 queries where only 2 should be necessary. And the update query contains multiple where statements for the same field Returned queries from log ```sql SELECT "public"."table_name"."id" WHERE ("public"."table_...
True
Update operation includes multiple where statements for the same fields - ### Bug description When triggering the update on the prisma model inside an transaction, it will run 3 queries where only 2 should be necessary. And the update query contains multiple where statements for the same field Returned queries f...
perf
update operation includes multiple where statements for the same fields bug description when triggering the update on the prisma model inside an transaction it will run queries where only should be necessary and the update query contains multiple where statements for the same field returned queries f...
1
27,405
13,243,496,426
IssuesEvent
2020-08-19 11:33:18
DavidLievrouw/HttpMessageSigning
https://api.github.com/repos/DavidLievrouw/HttpMessageSigning
closed
Regain performance lost after v4.1.1
Performance
The hotfix 4.1.1 caused a certain amount performance loss during both signing and verifying, because we are not able to reuse hash algorithms during concurrent requests. We should find a way to gain some/all of it back. Some ideas: - Hash/HMAC algorithm pools - Lease an algorithm per thread, return to pool when...
True
Regain performance lost after v4.1.1 - The hotfix 4.1.1 caused a certain amount performance loss during both signing and verifying, because we are not able to reuse hash algorithms during concurrent requests. We should find a way to gain some/all of it back. Some ideas: - Hash/HMAC algorithm pools - Lease an al...
perf
regain performance lost after the hotfix caused a certain amount performance loss during both signing and verifying because we are not able to reuse hash algorithms during concurrent requests we should find a way to gain some all of it back some ideas hash hmac algorithm pools lease an alg...
1
593,771
18,016,449,284
IssuesEvent
2021-09-16 14:23:37
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
"Ad notifications received this month" and "Estimated earnings" are reset to 0 at midnight UTC time not local time
bug feature/rewards priority/P2 QA/Yes release-notes/exclude feature/ads OS/Desktop
<!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROV...
1.0
"Ad notifications received this month" and "Estimated earnings" are reset to 0 at midnight UTC time not local time - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION A...
non_perf
ad notifications received this month and estimated earnings are reset to at midnight utc time not local time have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information a...
0
23,360
3,800,019,191
IssuesEvent
2016-03-23 17:42:27
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Setters not working for title cased columns
Defect
This is a (multiple allowed): * [x] bug * [x] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.2.5 * Platform and Target: IIS / Azure Web Server, SQL Server (Azure) * Similar Issues: #8504, #8246 ### What you did I have inherited a large database with existing column names that are title cas...
1.0
Setters not working for title cased columns - This is a (multiple allowed): * [x] bug * [x] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.2.5 * Platform and Target: IIS / Azure Web Server, SQL Server (Azure) * Similar Issues: #8504, #8246 ### What you did I have inherited a large database...
non_perf
setters not working for title cased columns this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target iis azure web server sql server azure similar issues what you did i have inherited a large database with existi...
0
370,799
25,924,444,476
IssuesEvent
2022-12-16 02:13:35
jinhuiju/my-test-github-repository
https://api.github.com/repos/jinhuiju/my-test-github-repository
opened
Todo App 요구사항 명세서 작성
documentation
###만들고자 하는 기능이 무엇인가요? ex) Todo 생성 기능 ### 해당 기능을 구현하기 위해 할 일이 무엇인가요? 1. [ ] Job1 2. [ ] Job2 3. [ ] Job3 ###작업 예상 시간 ex) 3h
1.0
Todo App 요구사항 명세서 작성 - ###만들고자 하는 기능이 무엇인가요? ex) Todo 생성 기능 ### 해당 기능을 구현하기 위해 할 일이 무엇인가요? 1. [ ] Job1 2. [ ] Job2 3. [ ] Job3 ###작업 예상 시간 ex) 3h
non_perf
todo app 요구사항 명세서 작성 만들고자 하는 기능이 무엇인가요 ex todo 생성 기능 해당 기능을 구현하기 위해 할 일이 무엇인가요 작업 예상 시간 ex
0
260,386
22,616,267,883
IssuesEvent
2022-06-29 22:33:22
bcgov/cloud-pathfinder
https://api.github.com/repos/bcgov/cloud-pathfinder
closed
Guardrails Test: Write test to check policies associated to account- 1st draft
CSP: AWS Test Quality Assurance
**Describe the issue** The following AWS CLI command > $ aws iam get-account-authorization-details produces a JSON file that contains all the policies associated to an account. A possible way to test the policies have not been altered by a SEA update/upgrade is to compare the results of the previous command before a...
1.0
Guardrails Test: Write test to check policies associated to account- 1st draft - **Describe the issue** The following AWS CLI command > $ aws iam get-account-authorization-details produces a JSON file that contains all the policies associated to an account. A possible way to test the policies have not been altered b...
non_perf
guardrails test write test to check policies associated to account draft describe the issue the following aws cli command aws iam get account authorization details produces a json file that contains all the policies associated to an account a possible way to test the policies have not been altered by ...
0
26,693
13,097,785,404
IssuesEvent
2020-08-03 18:08:19
gradle/gradle
https://api.github.com/repos/gradle/gradle
closed
Slowness during execution of single Junit test
a:performance-issue from:contributor in:testing stale
On more-or-less large projects (the ones beyond single Main with "Hello world!") there is noticeable latency with execution of Junit test. `--profile` says that 80% of time is spent on execution of the `:test`, however actual code under test runs in `less than 1ms`. Looking onto Gradle's self-profile output below -...
True
Slowness during execution of single Junit test - On more-or-less large projects (the ones beyond single Main with "Hello world!") there is noticeable latency with execution of Junit test. `--profile` says that 80% of time is spent on execution of the `:test`, however actual code under test runs in `less than 1ms`. ...
perf
slowness during execution of single junit test on more or less large projects the ones beyond single main with hello world there is noticeable latency with execution of junit test profile says that of time is spent on execution of the test however actual code under test runs in less than loo...
1
8,289
6,501,898,495
IssuesEvent
2017-08-23 11:35:15
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Running session using c++ api is significantly slower than using python
type:bug/performance
### System information - **OS Platform and Distribution**: Linux 13.1 (Bottle) - **TensorFlow installed from**: source - **TensorFlow version**: 1.1.0 (git version: v1.1.0-1-g10ec24a, compiler version: v1.1.0-1-g10ec24a) - **Compiler**: c++ (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision 202388] - **Bazel ver...
True
Running session using c++ api is significantly slower than using python - ### System information - **OS Platform and Distribution**: Linux 13.1 (Bottle) - **TensorFlow installed from**: source - **TensorFlow version**: 1.1.0 (git version: v1.1.0-1-g10ec24a, compiler version: v1.1.0-1-g10ec24a) - **Compiler**: c++ (...
perf
running session using c api is significantly slower than using python system information os platform and distribution linux bottle tensorflow installed from source tensorflow version git version compiler version compiler c suse linux ...
1
29,930
14,348,529,545
IssuesEvent
2020-11-29 12:53:45
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
closed
Distributed table is slower than query local table(stand-alone)
performance st-need-info st-need-repro
1 rows in set. Elapsed: 0.229 sec. Processed 18.92 million rows, 756.70 MB (82.66 million rows/s., 3.31 GB/s.) --query local table 1 rows in set. Elapsed: 0.751 sec. Processed 18.92 million rows, 756.70 MB (25.21 million rows/s., 1.01 GB/s.) --query distributed table
True
Distributed table is slower than query local table(stand-alone) - 1 rows in set. Elapsed: 0.229 sec. Processed 18.92 million rows, 756.70 MB (82.66 million rows/s., 3.31 GB/s.) --query local table 1 rows in set. Elapsed: 0.751 sec. Processed 18.92 million rows, 756.70 MB (25.21 million rows/s., 1.01 GB/s.) --query dis...
perf
distributed table is slower than query local table stand alone rows in set elapsed sec processed million rows mb million rows s gb s query local table rows in set elapsed sec processed million rows mb million rows s gb s query distributed table
1
737
2,713,510,058
IssuesEvent
2015-04-09 19:43:19
WhisperSystems/TextSecure
https://api.github.com/repos/WhisperSystems/TextSecure
closed
PassphraseChangeActivity not using AsyncTask for MasterSecretUtil.changeMasterSecretPassphrase()
performance
`PassphraseChangeActivity` is calling `MasterSecretUtil.changeMasterSecretPassphrase()` on the UI thread. https://github.com/WhisperSystems/TextSecure/blob/master/src/org/thoughtcrime/securesms/PassphraseChangeActivity.java#L100
True
PassphraseChangeActivity not using AsyncTask for MasterSecretUtil.changeMasterSecretPassphrase() - `PassphraseChangeActivity` is calling `MasterSecretUtil.changeMasterSecretPassphrase()` on the UI thread. https://github.com/WhisperSystems/TextSecure/blob/master/src/org/thoughtcrime/securesms/PassphraseChangeActivity...
perf
passphrasechangeactivity not using asynctask for mastersecretutil changemastersecretpassphrase passphrasechangeactivity is calling mastersecretutil changemastersecretpassphrase on the ui thread
1
12,054
9,559,220,369
IssuesEvent
2019-05-03 16:04:58
dotnet/dotnet-docker
https://api.github.com/repos/dotnet/dotnet-docker
closed
Publish build steps get skipped when building a subset of images
area:infrastructure enhancement triaged
The publish build steps get skipped whenever a build is queued that does not build the entire set of images. e.g. imageBuilder.queueArgs = --path '3.0'. This is because the publish build steps have a dependency on the tests succeeding. If not all of the images are built, the corresponding tests are skipped therefore...
1.0
Publish build steps get skipped when building a subset of images - The publish build steps get skipped whenever a build is queued that does not build the entire set of images. e.g. imageBuilder.queueArgs = --path '3.0'. This is because the publish build steps have a dependency on the tests succeeding. If not all of ...
non_perf
publish build steps get skipped when building a subset of images the publish build steps get skipped whenever a build is queued that does not build the entire set of images e g imagebuilder queueargs path this is because the publish build steps have a dependency on the tests succeeding if not all of ...
0
445,983
31,389,774,963
IssuesEvent
2023-08-26 07:18:56
Zakariyya/blog
https://api.github.com/repos/Zakariyya/blog
opened
前端:接收后端数据出现精度丢失-多种解决方式
documentation question
> https://blog.csdn.net/qq_45502336/article/details/123951173 后端解决 我们更改后端实体类的值 通过@JsonFormat值把Long类型的值转成String类型的值 ```java @JsonFormat(shape =JsonFormat.Shape.STRING ) private Long orderId;// id ``` 注意: 如果后端返回的是对象那么Id是Long类型的话可以通过@JsonFormat把对象的id从Long类型的转换成String类型那么前端也不会出现精度丢失,如果单独返回的数据类型一开始就是Long那么只能...
1.0
前端:接收后端数据出现精度丢失-多种解决方式 - > https://blog.csdn.net/qq_45502336/article/details/123951173 后端解决 我们更改后端实体类的值 通过@JsonFormat值把Long类型的值转成String类型的值 ```java @JsonFormat(shape =JsonFormat.Shape.STRING ) private Long orderId;// id ``` 注意: 如果后端返回的是对象那么Id是Long类型的话可以通过@JsonFormat把对象的id从Long类型的转换成String类型那么前端也不会出现精度丢失...
non_perf
前端:接收后端数据出现精度丢失 多种解决方式 后端解决 我们更改后端实体类的值 通过 jsonformat值把long类型的值转成string类型的值 java jsonformat shape jsonformat shape string private long orderid id 注意 如果后端返回的是对象那么id是long类型的话可以通过 jsonformat把对象的id从long类型的转换成string类型那么前端也不会出现精度丢失 如果单独返回的数据类型一开始就是long那么只能通过前端的方法解决 例如 后端返回类型是long那么只能...
0
39,057
19,682,435,430
IssuesEvent
2022-01-11 18:07:11
ampproject/amphtml
https://api.github.com/repos/ampproject/amphtml
closed
Create Transformer for AMP Caches and Optimizers defaulting to font-display: optional
Type: Feature Request P2: Soon WG: performance WG: caching
## Describe the new feature or change to an existing feature you'd like to see 1. By default make Google Font usage (since it doesn't contain icon fonts) leverage `optional` font-display. 2. If not specified by page authors, convert font loading to `font-display: optional`. ## Describe alternatives you've consid...
True
Create Transformer for AMP Caches and Optimizers defaulting to font-display: optional - ## Describe the new feature or change to an existing feature you'd like to see 1. By default make Google Font usage (since it doesn't contain icon fonts) leverage `optional` font-display. 2. If not specified by page authors, con...
perf
create transformer for amp caches and optimizers defaulting to font display optional describe the new feature or change to an existing feature you d like to see by default make google font usage since it doesn t contain icon fonts leverage optional font display if not specified by page authors con...
1
54,484
30,202,316,267
IssuesEvent
2023-07-05 07:01:20
MaterializeInc/materialize
https://api.github.com/repos/MaterializeInc/materialize
closed
performance: spikes in latency (>0.5-1s) for simple , non-concurrent SELECT queries
C-bug T-performance P1
### What version of Materialize are you using? 3dbcaada4147db206a46a381b88af3d52cf1834a ### How did you install Materialize? Docker image ### What is the issue? SLT tests are about 3x slower when run in Platform v.s. the single-binary Mz. There are various sources of delays: the absence of a default index, slower ...
True
performance: spikes in latency (>0.5-1s) for simple , non-concurrent SELECT queries - ### What version of Materialize are you using? 3dbcaada4147db206a46a381b88af3d52cf1834a ### How did you install Materialize? Docker image ### What is the issue? SLT tests are about 3x slower when run in Platform v.s. the single-b...
perf
performance spikes in latency for simple non concurrent select queries what version of materialize are you using how did you install materialize docker image what is the issue slt tests are about slower when run in platform v s the single binary mz there are various sources of de...
1
47,972
25,286,445,671
IssuesEvent
2022-11-16 19:43:49
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
opened
Try to hook QT logs to qInstallMessageHandler to fix Windows QML logs
windows general E:PerformanceImprovements S:3
### Description Currently, on Windows, QML logs, warnings and errors do not show, making it **very** hard to develop. It might be possible to hook to the qInstallMessageHandler (https://doc.qt.io/qt-6/qtglobal.html#qInstallMessageHandler) and print the logs manually. It can also be useful to give more impor...
True
Try to hook QT logs to qInstallMessageHandler to fix Windows QML logs - ### Description Currently, on Windows, QML logs, warnings and errors do not show, making it **very** hard to develop. It might be possible to hook to the qInstallMessageHandler (https://doc.qt.io/qt-6/qtglobal.html#qInstallMessageHandler) a...
perf
try to hook qt logs to qinstallmessagehandler to fix windows qml logs description currently on windows qml logs warnings and errors do not show making it very hard to develop it might be possible to hook to the qinstallmessagehandler and print the logs manually it can also be useful to gi...
1
18,040
9,985,151,084
IssuesEvent
2019-07-10 15:54:30
aspnet/AspNetCore
https://api.github.com/repos/aspnet/AspNetCore
reopened
First request regression
area-servers area: Performance triage-review
Between `3.0.0-preview4-19204-02` and `3.0.0-preview4-19208-06`. It's a lot of changes but it doesn't look like there were successful builds in between. ![image](https://user-images.githubusercontent.com/1165805/56169799-2dd14a00-5f94-11e9-93ba-f7d3ec4779d7.png) The chart above is for JsonPlatform. Changes:...
True
First request regression - Between `3.0.0-preview4-19204-02` and `3.0.0-preview4-19208-06`. It's a lot of changes but it doesn't look like there were successful builds in between. ![image](https://user-images.githubusercontent.com/1165805/56169799-2dd14a00-5f94-11e9-93ba-f7d3ec4779d7.png) The chart above is fo...
perf
first request regression between and it s a lot of changes but it doesn t look like there were successful builds in between the chart above is for jsonplatform changes
1
30,861
14,678,431,534
IssuesEvent
2020-12-31 03:18:14
microsoft/onnxruntime
https://api.github.com/repos/microsoft/onnxruntime
closed
why onnxruntime inference slow then pytorch model
type:performance type:support
I conducted inference from RTX 5000 to detectron2 model. pytorch was 1.8~2.0x faster than ONNX. Below is the result of inference of the ONNX model several times. For each inference, there is a section where the GPU is not used 3 times. It seems to be a bottleneck. Also, I don't know why there are more than 100...
True
why onnxruntime inference slow then pytorch model - I conducted inference from RTX 5000 to detectron2 model. pytorch was 1.8~2.0x faster than ONNX. Below is the result of inference of the ONNX model several times. For each inference, there is a section where the GPU is not used 3 times. It seems to be a bottlenec...
perf
why onnxruntime inference slow then pytorch model i conducted inference from rtx to model pytorch was faster than onnx below is the result of inference of the onnx model several times for each inference there is a section where the gpu is not used times it seems to be a bottleneck also i...
1
42,706
22,781,618,612
IssuesEvent
2022-07-08 20:32:02
Crazy-Crew/Crazy-Enchantments
https://api.github.com/repos/Crazy-Crew/Crazy-Enchantments
closed
TPS drops
replied performance
Hi. i've a problem, Crazyenchantments cause big TPS drops in my servers, Checking with Timings i found that TPS drops are caused by CrazyEnchantments::Event: m.b.c.e.AllyEnchantments (EntityDamageByEntityEvent) Can you fix this issue? Thanks a lot
True
TPS drops - Hi. i've a problem, Crazyenchantments cause big TPS drops in my servers, Checking with Timings i found that TPS drops are caused by CrazyEnchantments::Event: m.b.c.e.AllyEnchantments (EntityDamageByEntityEvent) Can you fix this issue? Thanks a lot
perf
tps drops hi i ve a problem crazyenchantments cause big tps drops in my servers checking with timings i found that tps drops are caused by crazyenchantments event m b c e allyenchantments entitydamagebyentityevent can you fix this issue thanks a lot
1
44,671
23,729,830,991
IssuesEvent
2022-08-31 00:02:18
aws/aws-sdk-js-v3
https://api.github.com/repos/aws/aws-sdk-js-v3
closed
S3 GET Performance Degradation
bug closed-for-staleness performance
## Describe the bug We've just launched our code that uses the updated AWS JS SDK. We've noticed that S3 object fetch latency has increased with this version of the SDK vs 2.0. We think this may have to do with the new code we need to write to perform a retrieval: ```ts private async streamToBuffer(stream: Read...
True
S3 GET Performance Degradation - ## Describe the bug We've just launched our code that uses the updated AWS JS SDK. We've noticed that S3 object fetch latency has increased with this version of the SDK vs 2.0. We think this may have to do with the new code we need to write to perform a retrieval: ```ts private ...
perf
get performance degradation describe the bug we ve just launched our code that uses the updated aws js sdk we ve noticed that object fetch latency has increased with this version of the sdk vs we think this may have to do with the new code we need to write to perform a retrieval ts private as...
1
154,155
12,194,877,678
IssuesEvent
2020-04-29 16:27:39
readthedocs/readthedocs.org
https://api.github.com/repos/readthedocs/readthedocs.org
closed
Adding Test for new search prototype
Accepted Needed: tests
Upon merging #4211, there will be some code that is not tested. There should be test for following functionality: `search/documents.py` - [ ] Test that objects returned from `PageDocument.get_queryset` are indexed only. - `get_queryset` method is overwritten to exclude the files which does not need to be inde...
1.0
Adding Test for new search prototype - Upon merging #4211, there will be some code that is not tested. There should be test for following functionality: `search/documents.py` - [ ] Test that objects returned from `PageDocument.get_queryset` are indexed only. - `get_queryset` method is overwritten to exclude t...
non_perf
adding test for new search prototype upon merging there will be some code that is not tested there should be test for following functionality search documents py test that objects returned from pagedocument get queryset are indexed only get queryset method is overwritten to exclude the fi...
0
65,461
19,527,996,720
IssuesEvent
2021-12-30 11:31:59
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Wrong emulation of LEFT JOIN .. LEFT SEMI JOIN
T: Defect C: Functionality P: Medium E: All Editions
The join semantics of the following query isn't preserved: ```sql select * from t1 left join t2 on t1.a = t2.a left semi join t3 on t2.b = t3.b ``` The emulation effectively turns the `t1 left join t2` join into an inner join: ```sql select * from T1 left outer join T2 on T1.A = T2.A where exis...
1.0
Wrong emulation of LEFT JOIN .. LEFT SEMI JOIN - The join semantics of the following query isn't preserved: ```sql select * from t1 left join t2 on t1.a = t2.a left semi join t3 on t2.b = t3.b ``` The emulation effectively turns the `t1 left join t2` join into an inner join: ```sql select * from T1 l...
non_perf
wrong emulation of left join left semi join the join semantics of the following query isn t preserved sql select from left join on a a left semi join on b b the emulation effectively turns the left join join into an inner join sql select from left outer ...
0
41,710
21,912,693,221
IssuesEvent
2022-05-21 10:01:19
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
opened
ArrayPool does not resize based on user request
tenet-performance
# ArrayPool ### Description ArrayPool (TlsOverPerCoreLockedStacksArrayPool) does not resize based on user request. TlsOverPerCoreLockedStacksArrayPool has constant value for arrays buckets. If those number of arrays is not enough then we get ` GC.AllocateUninitializedArray` call: https://github.com/dotnet/run...
True
ArrayPool does not resize based on user request - # ArrayPool ### Description ArrayPool (TlsOverPerCoreLockedStacksArrayPool) does not resize based on user request. TlsOverPerCoreLockedStacksArrayPool has constant value for arrays buckets. If those number of arrays is not enough then we get ` GC.AllocateUninitia...
perf
arraypool does not resize based on user request arraypool description arraypool tlsoverpercorelockedstacksarraypool does not resize based on user request tlsoverpercorelockedstacksarraypool has constant value for arrays buckets if those number of arrays is not enough then we get gc allocateuninitia...
1
401,453
27,330,198,240
IssuesEvent
2023-02-25 14:28:21
mindsdb/mindsdb
https://api.github.com/repos/mindsdb/mindsdb
opened
[Docs] Create a doc page for the Databend data integration
help wanted good first issue documentation
### Short description of current behavior ## Instructions :page_facing_up: Please find the detailed instructions on how to create a doc page for the Databend data integration here: https://docs.mindsdb.com/contribute/data-integration-page Make sure to check out the [README.md file](https://github.com/mindsdb/min...
1.0
[Docs] Create a doc page for the Databend data integration - ### Short description of current behavior ## Instructions :page_facing_up: Please find the detailed instructions on how to create a doc page for the Databend data integration here: https://docs.mindsdb.com/contribute/data-integration-page Make sure to ...
non_perf
create a doc page for the databend data integration short description of current behavior instructions page facing up please find the detailed instructions on how to create a doc page for the databend data integration here make sure to check out the hackathon issue loudspeaker mind...
0
40,044
20,387,463,495
IssuesEvent
2022-02-22 08:39:43
gitpod-io/gitpod
https://api.github.com/repos/gitpod-io/gitpod
opened
High performance impact of server.trackEvent -- let's re-evaluate when it gets called
component: server aspect: performance aspect: analytics team: webapp team: IDE
### Bug description The API method `server.trackEvent()` is being called too frequently, putting excessive load on our servers. It would be good to: - [ ] find out which events are tracked the most frequently - [ ] ... and re-evaluate whether they're still useful, or if we can stop tracking them - [ ] ... if the...
True
High performance impact of server.trackEvent -- let's re-evaluate when it gets called - ### Bug description The API method `server.trackEvent()` is being called too frequently, putting excessive load on our servers. It would be good to: - [ ] find out which events are tracked the most frequently - [ ] ... and re-...
perf
high performance impact of server trackevent let s re evaluate when it gets called bug description the api method server trackevent is being called too frequently putting excessive load on our servers it would be good to find out which events are tracked the most frequently and re eval...
1
350,633
10,499,573,349
IssuesEvent
2019-09-26 08:41:08
kubeflow/katib
https://api.github.com/repos/kubeflow/katib
closed
[enhancement] Show logs of trials using kubectl logs
kind/feature priority/p0
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] /assign @hougangliu **Anything else you would like to add:** [Miscellaneous information that will assist in solving the issue.]
1.0
[enhancement] Show logs of trials using kubectl logs - /kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] /assign @hougangliu **Anything else you would like to add:** [Miscellaneous information that will assist in solving the issue.]
non_perf
show logs of trials using kubectl logs kind feature describe the solution you d like assign hougangliu anything else you would like to add
0
43,378
23,218,069,715
IssuesEvent
2022-08-02 15:35:58
leonhard-s/ps2-map-viewer
https://api.github.com/repos/leonhard-s/ps2-map-viewer
closed
Add window resize listener
polish performance
Several components in the map renderer cache various DOM properties for performance reasons. These caches must be refreshed whenever the website size changes. Due to observers not being well-supported yet, this means hooking into `window.addEventListener("resize", () => {...})`, with an optional hook on the renderer...
True
Add window resize listener - Several components in the map renderer cache various DOM properties for performance reasons. These caches must be refreshed whenever the website size changes. Due to observers not being well-supported yet, this means hooking into `window.addEventListener("resize", () => {...})`, with an ...
perf
add window resize listener several components in the map renderer cache various dom properties for performance reasons these caches must be refreshed whenever the website size changes due to observers not being well supported yet this means hooking into window addeventlistener resize with an ...
1
10,176
14,706,005,829
IssuesEvent
2021-01-04 19:06:52
NASA-PDS/roundup-action
https://api.github.com/repos/NASA-PDS/roundup-action
closed
Override the maven goal sequence with a with: mvn-goals option
enhancement requirement-needed triage-needed
Sometime the repository use specific plugins which requires specific goals to be activiated. For example: https://github.com/NASA-PDS/api-search-query-lexer Is build with sequence: mvn clean antlr4:antlr4 deploy We want to add an option: with: mvn-goals: clean antlr4:antlr4 deploy Which will over...
1.0
Override the maven goal sequence with a with: mvn-goals option - Sometime the repository use specific plugins which requires specific goals to be activiated. For example: https://github.com/NASA-PDS/api-search-query-lexer Is build with sequence: mvn clean antlr4:antlr4 deploy We want to add an option: w...
non_perf
override the maven goal sequence with a with mvn goals option sometime the repository use specific plugins which requires specific goals to be activiated for example is build with sequence mvn clean deploy we want to add an option with mvn goals clean deploy which will override...
0
176,468
13,643,269,979
IssuesEvent
2020-09-25 16:50:37
flutter/flutter
https://api.github.com/repos/flutter/flutter
opened
[web][ios-safari] text_placeholder test skipped
P4 a: tests platform-web
`testEachCanvas('draws paragraphs with placeholders'` method is skipped for the scuba part for ios-safari since test created empty screenshots. example: https://storage.googleapis.com/flutter_logs/web_engine/8868170487844880384/text_with_placeholders_BitmapCanvas+canvas_measurement.iOS_Safari.report.html
1.0
[web][ios-safari] text_placeholder test skipped - `testEachCanvas('draws paragraphs with placeholders'` method is skipped for the scuba part for ios-safari since test created empty screenshots. example: https://storage.googleapis.com/flutter_logs/web_engine/8868170487844880384/text_with_placeholders_BitmapCanvas+ca...
non_perf
text placeholder test skipped testeachcanvas draws paragraphs with placeholders method is skipped for the scuba part for ios safari since test created empty screenshots example
0
34,888
16,744,582,805
IssuesEvent
2021-06-11 14:04:14
trustbloc/orb
https://api.github.com/repos/trustbloc/orb
closed
Implement subscriber pool for AMQP broker
performance
An AMQP subscriber is handled synchronously and therefore each message in the queue needs to be acknowledged before the next message may be processed. Multiple subscribers are able to handle messages concurrently. The AMQP publisher/subscriber should provide an option for a subscriber pool. RabbitMQ docs indicate that ...
True
Implement subscriber pool for AMQP broker - An AMQP subscriber is handled synchronously and therefore each message in the queue needs to be acknowledged before the next message may be processed. Multiple subscribers are able to handle messages concurrently. The AMQP publisher/subscriber should provide an option for a s...
perf
implement subscriber pool for amqp broker an amqp subscriber is handled synchronously and therefore each message in the queue needs to be acknowledged before the next message may be processed multiple subscribers are able to handle messages concurrently the amqp publisher subscriber should provide an option for a s...
1
23,528
12,004,116,833
IssuesEvent
2020-04-09 10:53:25
ExpDev07/coronavirus-tracker-api
https://api.github.com/repos/ExpDev07/coronavirus-tracker-api
closed
API is down
bug performance
So I was doing some unit tests for my project when I saw that they failed and I checked out the API to see if everything is working but it seems that it's down
True
API is down - So I was doing some unit tests for my project when I saw that they failed and I checked out the API to see if everything is working but it seems that it's down
perf
api is down so i was doing some unit tests for my project when i saw that they failed and i checked out the api to see if everything is working but it seems that it s down
1
35,530
17,110,096,519
IssuesEvent
2021-07-10 05:21:38
typeorm/typeorm
https://api.github.com/repos/typeorm/typeorm
closed
Massive performance issue querying entities with many relations
bug driver: postgres performance requires triage
<!-- Please follow the template. If you don't, your issue may be closed. Have a question? This is the TypeORM issue tracker - and not the right place for general support or questions. Instead, check the "Support" Documentation on the best places to ask questions! https://github.com/typeorm/typeorm...
True
Massive performance issue querying entities with many relations - <!-- Please follow the template. If you don't, your issue may be closed. Have a question? This is the TypeORM issue tracker - and not the right place for general support or questions. Instead, check the "Support" Documentation on the bes...
perf
massive performance issue querying entities with many relations please follow the template if you don t your issue may be closed have a question this is the typeorm issue tracker and not the right place for general support or questions instead check the support documentation on the bes...
1
12,593
7,924,875,037
IssuesEvent
2018-07-05 18:32:18
mono/monodevelop
https://api.github.com/repos/mono/monodevelop
closed
Lazy addin loading checklist
Performance vs-sync
As of https://github.com/mono/monodevelop/pull/4398, we now have some logging of why addins are getting loaded. * [ ] PlatformService force loads addins which define mimetype nodes Solutions: 1. Don't define mimetype extension nodes scattered in all the addins? 2. Don't force load children? It was introduced i...
True
Lazy addin loading checklist - As of https://github.com/mono/monodevelop/pull/4398, we now have some logging of why addins are getting loaded. * [ ] PlatformService force loads addins which define mimetype nodes Solutions: 1. Don't define mimetype extension nodes scattered in all the addins? 2. Don't force loa...
perf
lazy addin loading checklist as of we now have some logging of why addins are getting loaded platformservice force loads addins which define mimetype nodes solutions don t define mimetype extension nodes scattered in all the addins don t force load children it was introduced in this commit ...
1
116,823
15,019,736,185
IssuesEvent
2021-02-01 13:54:53
LucasByteforest/RentABike
https://api.github.com/repos/LucasByteforest/RentABike
opened
Siegel
design
Letzte Sache die wir hier einfügen müssen ist das unten angefügte Siegel. Das Siegel muss in jeden Header auf die Rechte untere Seite eingebaut werden. Und ist die Sektion auf der Startseite: "Das beste Fortbewegungsmittel heißt Fahrrad ..." Danach ist die Seite fertig. Danke dir ![Siegel 15 Jahre-2](https:/...
1.0
Siegel - Letzte Sache die wir hier einfügen müssen ist das unten angefügte Siegel. Das Siegel muss in jeden Header auf die Rechte untere Seite eingebaut werden. Und ist die Sektion auf der Startseite: "Das beste Fortbewegungsmittel heißt Fahrrad ..." Danach ist die Seite fertig. Danke dir ![Siegel 15 Jahre-2...
non_perf
siegel letzte sache die wir hier einfügen müssen ist das unten angefügte siegel das siegel muss in jeden header auf die rechte untere seite eingebaut werden und ist die sektion auf der startseite das beste fortbewegungsmittel heißt fahrrad danach ist die seite fertig danke dir
0
140,762
18,920,824,964
IssuesEvent
2021-11-17 01:18:11
TreyM-WSS/concord
https://api.github.com/repos/TreyM-WSS/concord
opened
CVE-2021-27292 (High) detected in ua-parser-js-0.7.19.tgz
security vulnerability
## CVE-2021-27292 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ua-parser-js-0.7.19.tgz</b></p></summary> <p>Lightweight JavaScript-based user-agent string parser</p> <p>Library home...
True
CVE-2021-27292 (High) detected in ua-parser-js-0.7.19.tgz - ## CVE-2021-27292 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ua-parser-js-0.7.19.tgz</b></p></summary> <p>Lightweight J...
non_perf
cve high detected in ua parser js tgz cve high severity vulnerability vulnerable library ua parser js tgz lightweight javascript based user agent string parser library home page a href path to dependency file concord package json path to vulnerable library concord ...
0
8,155
6,437,794,003
IssuesEvent
2017-08-11 00:45:34
dotnet/project-system
https://api.github.com/repos/dotnet/project-system
reopened
Closing VS now takes 10s of seconds while projects are "unloaded".
Bug Performance
This seems unnecessary. If VS is closing, why are we unloading anything? It just adds unnecessary time while i have to wait for things to be torn down. We should just bypass all this so that closing can be near-instant
True
Closing VS now takes 10s of seconds while projects are "unloaded". - This seems unnecessary. If VS is closing, why are we unloading anything? It just adds unnecessary time while i have to wait for things to be torn down. We should just bypass all this so that closing can be near-instant
perf
closing vs now takes of seconds while projects are unloaded this seems unnecessary if vs is closing why are we unloading anything it just adds unnecessary time while i have to wait for things to be torn down we should just bypass all this so that closing can be near instant
1
51,325
27,021,504,480
IssuesEvent
2023-02-11 03:34:16
GuyARoss/orbit
https://api.github.com/repos/GuyARoss/orbit
closed
Implement React Hydrate for SSR components
enhancement performance
React Hyrdate should be used for all components using the SSR schema.
True
Implement React Hydrate for SSR components - React Hyrdate should be used for all components using the SSR schema.
perf
implement react hydrate for ssr components react hyrdate should be used for all components using the ssr schema
1
18,583
24,565,975,133
IssuesEvent
2022-10-13 03:04:38
pyanodon/pybugreports
https://api.github.com/repos/pyanodon/pybugreports
closed
Nixie Tubes mod linked improperly
bug progression mod:pypostprocessing compatibility
### Mod source PyAE Beta ### Which mod are you having an issue with? - [ ] pyalienlife - [X] pyalternativeenergy - [ ] pycoalprocessing - [ ] pyfusionenergy - [ ] pyhightech - [ ] pyindustry - [ ] pypetroleumhandling - [ ] pypostprocessing - [ ] pyrawores ### Operating system >=Windows 10 ### ...
1.0
Nixie Tubes mod linked improperly - ### Mod source PyAE Beta ### Which mod are you having an issue with? - [ ] pyalienlife - [X] pyalternativeenergy - [ ] pycoalprocessing - [ ] pyfusionenergy - [ ] pyhightech - [ ] pyindustry - [ ] pypetroleumhandling - [ ] pypostprocessing - [ ] pyrawores ### Oper...
non_perf
nixie tubes mod linked improperly mod source pyae beta which mod are you having an issue with pyalienlife pyalternativeenergy pycoalprocessing pyfusionenergy pyhightech pyindustry pypetroleumhandling pypostprocessing pyrawores operating system ...
0
46,279
24,459,023,190
IssuesEvent
2022-10-07 09:25:31
Leaflet/Leaflet
https://api.github.com/repos/Leaflet/Leaflet
closed
Big GPU consumption with retina tiles on browser zoom to 75-33 %
performance needs investigation
Browser: Chrome 50, 52 OS: Linux (reproducible on Windows too) Leaflet version 1.0.0-rc.1 Issue is not reproducible with leaflet 0.7.7 Play test - http://playground-leaflet.rhcloud.com/qiwa/1 Steps - 1. open link with retina tiles with map for all window - 100% width and 100% height 2. open chrome task manager (Shif...
True
Big GPU consumption with retina tiles on browser zoom to 75-33 % - Browser: Chrome 50, 52 OS: Linux (reproducible on Windows too) Leaflet version 1.0.0-rc.1 Issue is not reproducible with leaflet 0.7.7 Play test - http://playground-leaflet.rhcloud.com/qiwa/1 Steps - 1. open link with retina tiles with map for all wi...
perf
big gpu consumption with retina tiles on browser zoom to browser chrome os linux reproducible on windows too leaflet version rc issue is not reproducible with leaflet play test steps open link with retina tiles with map for all window width and height open chrome ta...
1
77,904
10,024,726,935
IssuesEvent
2019-07-16 22:57:00
esignor/AI-Reticolo_della_conoscenza
https://api.github.com/repos/esignor/AI-Reticolo_della_conoscenza
closed
Documentazione dati ottenuti dalla rete di test
documentation results
Documentazione dati ottenuti dalla rete di test
1.0
Documentazione dati ottenuti dalla rete di test - Documentazione dati ottenuti dalla rete di test
non_perf
documentazione dati ottenuti dalla rete di test documentazione dati ottenuti dalla rete di test
0
40,116
20,593,146,029
IssuesEvent
2022-03-05 04:24:55
google/iree
https://api.github.com/repos/google/iree
closed
iree-benchmark-module and iree-benchmark-trace produce wildly different measurements
bug 🐞 performance ⚡ runtime/tools
Artifact download: https://drive.google.com/file/d/1MUsZgM-MvZywjVFfa7RsaxD7PqabDbJN/view?usp=sharing Repro: * Download [trace_module_mismatch_repro.tgz](https://drive.google.com/file/d/1MUsZgM-MvZywjVFfa7RsaxD7PqabDbJN/view?usp=sharing) and tar xzf it * Run: `iree-benchmark-module --driver=dylib --function_inpu...
True
iree-benchmark-module and iree-benchmark-trace produce wildly different measurements - Artifact download: https://drive.google.com/file/d/1MUsZgM-MvZywjVFfa7RsaxD7PqabDbJN/view?usp=sharing Repro: * Download [trace_module_mismatch_repro.tgz](https://drive.google.com/file/d/1MUsZgM-MvZywjVFfa7RsaxD7PqabDbJN/view?us...
perf
iree benchmark module and iree benchmark trace produce wildly different measurements artifact download repro download and tar xzf it run iree benchmark module driver dylib function input function input function input entry function predict module file call repro module vmfb ...
1
23,787
4,047,254,362
IssuesEvent
2016-05-23 03:41:39
bmun/huxley
https://api.github.com/repos/bmun/huxley
closed
Tests for Assignment API
api testing
These tests should essentially be the same as test_committee.py but ported to the assignment api. Should be a good intro to test suite.
1.0
Tests for Assignment API - These tests should essentially be the same as test_committee.py but ported to the assignment api. Should be a good intro to test suite.
non_perf
tests for assignment api these tests should essentially be the same as test committee py but ported to the assignment api should be a good intro to test suite
0
16,307
9,359,675,677
IssuesEvent
2019-04-02 07:34:29
landportal/drupal
https://api.github.com/repos/landportal/drupal
opened
install Advanced CSS/JS Aggregation module
feature: performance type: Enhancement
Install https://www.drupal.org/project/advagg to be able to implement 4,8 and 4,10 from Acquia site audit's suggestions (https://github.com/landportal/drupal/issues/449)
True
install Advanced CSS/JS Aggregation module - Install https://www.drupal.org/project/advagg to be able to implement 4,8 and 4,10 from Acquia site audit's suggestions (https://github.com/landportal/drupal/issues/449)
perf
install advanced css js aggregation module install to be able to implement and from acquia site audit s suggestions
1
182,212
21,664,490,667
IssuesEvent
2022-05-07 01:31:45
Watemlifts/wagtail
https://api.github.com/repos/Watemlifts/wagtail
closed
CVE-2020-10379 (High) detected in Pillow-6.2.2-cp37-cp37m-manylinux1_x86_64.whl - autoclosed
security vulnerability
## CVE-2020-10379 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-6.2.2-cp37-cp37m-manylinux1_x86_64.whl</b></p></summary> <p>Python Imaging Library (Fork)</p> <p>Library home p...
True
CVE-2020-10379 (High) detected in Pillow-6.2.2-cp37-cp37m-manylinux1_x86_64.whl - autoclosed - ## CVE-2020-10379 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-6.2.2-cp37-cp37m-...
non_perf
cve high detected in pillow whl autoclosed cve high severity vulnerability vulnerable library pillow whl python imaging library fork library home page a href path to dependency file tmp ws scm wagtail path to vulnerable library tmp ws scm wa...
0
426,900
29,668,346,855
IssuesEvent
2023-06-11 04:31:05
NachoToast/RimWorldModCatalogue
https://api.github.com/repos/NachoToast/RimWorldModCatalogue
closed
Document Non-200 Response Types in API Spec
documentation enhancement server
We should document responses like: - [400 (Cors)](https://github.com/NachoToast/RimWorldModCatalogue/blob/e3b79447659626c75c4cf712ee9d43b21e23b94f/server/src/errors/CorsError.ts) - [400 (Validation)](https://github.com/NachoToast/RimWorldModCatalogue/blob/ad3e500f6a447e967b5f6f944fb96660bc52c96b/server/src/middlewa...
1.0
Document Non-200 Response Types in API Spec - We should document responses like: - [400 (Cors)](https://github.com/NachoToast/RimWorldModCatalogue/blob/e3b79447659626c75c4cf712ee9d43b21e23b94f/server/src/errors/CorsError.ts) - [400 (Validation)](https://github.com/NachoToast/RimWorldModCatalogue/blob/ad3e500f6a447e...
non_perf
document non response types in api spec we should document responses like see how it is done on the to get started
0
135,108
19,500,587,350
IssuesEvent
2021-12-28 02:00:03
microsoft/FluidFramework
https://api.github.com/repos/microsoft/FluidFramework
closed
Unified Configuration Management System
design-required epic kr
## Feature Currently the framework lacks a unified configuration management system. Many of our layers take an options bag which allows some level of configuration however this system is lacking, as it often requires a code change to change configuration values. This serves us ok for things like testing but works less...
1.0
Unified Configuration Management System - ## Feature Currently the framework lacks a unified configuration management system. Many of our layers take an options bag which allows some level of configuration however this system is lacking, as it often requires a code change to change configuration values. This serves us...
non_perf
unified configuration management system feature currently the framework lacks a unified configuration management system many of our layers take an options bag which allows some level of configuration however this system is lacking as it often requires a code change to change configuration values this serves us...
0
582,986
17,374,686,836
IssuesEvent
2021-07-30 19:00:54
Automattic/woocommerce-payments
https://api.github.com/repos/Automattic/woocommerce-payments
closed
Checkout not working for 3DS cards
component: customer multi-currency priority: critical type: bug
**Bug description** Shoppers are not able to checkout with cards that need authentication. ![image](https://user-images.githubusercontent.com/7714042/127672945-080e3ad0-d8c9-45a4-a577-67293c814301.png) **Steps to reproduce** 1. Disable UPE to checkout using the default gateway 2. Use a 3DS card to checkout...
1.0
Checkout not working for 3DS cards - **Bug description** Shoppers are not able to checkout with cards that need authentication. ![image](https://user-images.githubusercontent.com/7714042/127672945-080e3ad0-d8c9-45a4-a577-67293c814301.png) **Steps to reproduce** 1. Disable UPE to checkout using the default g...
non_perf
checkout not working for cards bug description shoppers are not able to checkout with cards that need authentication steps to reproduce disable upe to checkout using the default gateway use a card to checkout notice the error message which prevents the authentication wi...
0
21,351
11,200,306,558
IssuesEvent
2020-01-03 21:20:57
unitystation/unitystation
https://api.github.com/repos/unitystation/unitystation
closed
Native collection memory leak
Bug Needs Reproduction Performance
# Description This error seems to appear a lot at various times when developing/playing: ![image](https://user-images.githubusercontent.com/4493127/71645987-1a0f7480-2cd8-11ea-9588-c8eedc8fbab6.png) Unsure of the exact cause but I think it's related to the NativeArray in `TextureDataRequest`: https://github.com/u...
True
Native collection memory leak - # Description This error seems to appear a lot at various times when developing/playing: ![image](https://user-images.githubusercontent.com/4493127/71645987-1a0f7480-2cd8-11ea-9588-c8eedc8fbab6.png) Unsure of the exact cause but I think it's related to the NativeArray in `TextureDat...
perf
native collection memory leak description this error seems to appear a lot at various times when developing playing unsure of the exact cause but i think it s related to the nativearray in texturedatarequest steps to reproduce please enter the steps to reproduce the bug or behaviour unsu...
1
150,872
11,987,233,108
IssuesEvent
2020-04-07 20:48:40
open-cluster-management/rhacm-docs
https://api.github.com/repos/open-cluster-management/rhacm-docs
closed
When using macOS also watch may need to be installed
squad:doc testathon
<!-- Use the [summary.md](https://github.com/open-cluster-management/rhacm-docs/blob/doc_stage/summary.md) file as the table of contents. The `summary.md` file provides direct linking within the repository to the corresponding files. 1. Provide detailed descriptions of the changes. If you provide your contact in...
1.0
When using macOS also watch may need to be installed - <!-- Use the [summary.md](https://github.com/open-cluster-management/rhacm-docs/blob/doc_stage/summary.md) file as the table of contents. The `summary.md` file provides direct linking within the repository to the corresponding files. 1. Provide detailed desc...
non_perf
when using macos also watch may need to be installed use the file as the table of contents the summary md file provides direct linking within the repository to the corresponding files provide detailed descriptions of the changes if you provide your contact information we can contact you with ...
0
43,084
23,108,272,956
IssuesEvent
2022-07-27 10:44:02
rancher/dashboard
https://api.github.com/repos/rancher/dashboard
opened
Address v2 monitoring form performance
area/performance
**Setup** - Rancher version: 2.6-head (2.6.7ish) **Describe the bug** - The custom v2 monitoring form (/shell/chart/monitoring/index.vue) loads very slowly on systems with a large number of workloads (2000+) - It fetches a number of resources together and then ALL workloads - Need to understand - If these can...
True
Address v2 monitoring form performance - **Setup** - Rancher version: 2.6-head (2.6.7ish) **Describe the bug** - The custom v2 monitoring form (/shell/chart/monitoring/index.vue) loads very slowly on systems with a large number of workloads (2000+) - It fetches a number of resources together and then ALL workload...
perf
address monitoring form performance setup rancher version head describe the bug the custom monitoring form shell chart monitoring index vue loads very slowly on systems with a large number of workloads it fetches a number of resources together and then all workloads nee...
1
31,375
14,943,284,124
IssuesEvent
2021-01-25 22:45:17
ConsenSys/teku
https://api.github.com/repos/ConsenSys/teku
closed
RecentBlockFetcher fetches blocks that we then discard
TeamCentaur performance 🚀
When our head block is more than `PendingPool.DEFAULT_HISTORICAL_SLOT_TOLERANCE` (10 epochs) behind the block we receive from gossip, the `FetchRecentBlocksService `continually requests the parent block for gossiped blocks only for the `PendingPool `to discard them as too old. Need to think about this - potentially we...
True
RecentBlockFetcher fetches blocks that we then discard - When our head block is more than `PendingPool.DEFAULT_HISTORICAL_SLOT_TOLERANCE` (10 epochs) behind the block we receive from gossip, the `FetchRecentBlocksService `continually requests the parent block for gossiped blocks only for the `PendingPool `to discard th...
perf
recentblockfetcher fetches blocks that we then discard when our head block is more than pendingpool default historical slot tolerance epochs behind the block we receive from gossip the fetchrecentblocksservice continually requests the parent block for gossiped blocks only for the pendingpool to discard the...
1
15,419
2,852,602,751
IssuesEvent
2015-06-01 14:28:08
pmaupin/pdfrw
https://api.github.com/repos/pmaupin/pdfrw
closed
code.google.com usage
auto-migrated Priority-Medium Type-Defect
``` Service code.google.com is closing. Do you have plans to migrate pdfrw to somewhere? ``` Original issue reported on code.google.com by `he...@nerv.fi` on 17 Mar 2015 at 10:31
1.0
code.google.com usage - ``` Service code.google.com is closing. Do you have plans to migrate pdfrw to somewhere? ``` Original issue reported on code.google.com by `he...@nerv.fi` on 17 Mar 2015 at 10:31
non_perf
code google com usage service code google com is closing do you have plans to migrate pdfrw to somewhere original issue reported on code google com by he nerv fi on mar at
0
339,959
10,264,967,344
IssuesEvent
2019-08-22 17:41:11
wleddy/staffing
https://api.github.com/repos/wleddy/staffing
closed
Create Manager Dashboard
enhancement priority: first
Create "home" screens for managers and leads to quickly get to parts of the site that will be of interest to them. * Lists and reports of participants in events * Contact and other info for events * Manage participant lists for their events? * List of events with unfilled jobs of un-filled. Special highlight for ...
1.0
Create Manager Dashboard - Create "home" screens for managers and leads to quickly get to parts of the site that will be of interest to them. * Lists and reports of participants in events * Contact and other info for events * Manage participant lists for their events? * List of events with unfilled jobs of un-fil...
non_perf
create manager dashboard create home screens for managers and leads to quickly get to parts of the site that will be of interest to them lists and reports of participants in events contact and other info for events manage participant lists for their events list of events with unfilled jobs of un fil...
0
224,091
24,769,674,560
IssuesEvent
2022-10-23 01:06:17
ChoeMinji/react-17.0.2
https://api.github.com/repos/ChoeMinji/react-17.0.2
opened
CVE-2022-37598 (High) detected in uglify-js-3.7.3.tgz, uglify-js-3.4.9.tgz
security vulnerability
## CVE-2022-37598 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>uglify-js-3.7.3.tgz</b>, <b>uglify-js-3.4.9.tgz</b></p></summary> <p> <details><summary><b>uglify-js-3.7.3.tgz</b></...
True
CVE-2022-37598 (High) detected in uglify-js-3.7.3.tgz, uglify-js-3.4.9.tgz - ## CVE-2022-37598 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>uglify-js-3.7.3.tgz</b>, <b>uglify-js-3....
non_perf
cve high detected in uglify js tgz uglify js tgz cve high severity vulnerability vulnerable libraries uglify js tgz uglify js tgz uglify js tgz javascript parser mangler compressor and beautifier toolkit library home page a href path to de...
0
38,238
19,031,032,537
IssuesEvent
2021-11-24 10:41:23
opencollective/opencollective
https://api.github.com/repos/opencollective/opencollective
opened
Improve the performances of the expense form
expenses complexity → medium frontend enhancement performance
The expense form can sometimes feel unresponsive. We made it more and more complex with time, adding many fields and options, without spending much time on optimizing the form. We should have a pass on that: - [ ] Profile updates when typing in fields, see where we spend the most time - [ ] Use `FastField` (from form...
True
Improve the performances of the expense form - The expense form can sometimes feel unresponsive. We made it more and more complex with time, adding many fields and options, without spending much time on optimizing the form. We should have a pass on that: - [ ] Profile updates when typing in fields, see where we spend ...
perf
improve the performances of the expense form the expense form can sometimes feel unresponsive we made it more and more complex with time adding many fields and options without spending much time on optimizing the form we should have a pass on that profile updates when typing in fields see where we spend th...
1
497,319
14,367,968,311
IssuesEvent
2020-12-01 07:38:16
teamforus/forus
https://api.github.com/repos/teamforus/forus
closed
CR: Webshop - remove "Hoe het werkt" below header description
Priority: Must have
@maxvisser commented on [Tue Sep 15 2020](https://github.com/teamforus/general/issues/445) Learn more about change requests here: https://bit.ly/39CWeEE ### Requested by: - Geertruidenberg ### Change description I don't think such a button really fits there if there is a menu at the top of the page. The bu...
1.0
CR: Webshop - remove "Hoe het werkt" below header description - @maxvisser commented on [Tue Sep 15 2020](https://github.com/teamforus/general/issues/445) Learn more about change requests here: https://bit.ly/39CWeEE ### Requested by: - Geertruidenberg ### Change description I don't think such a button reall...
non_perf
cr webshop remove hoe het werkt below header description maxvisser commented on learn more about change requests here requested by geertruidenberg change description i don t think such a button really fits there if there is a menu at the top of the page the button how it works ...
0
4,044
4,164,053,489
IssuesEvent
2016-06-18 14:32:28
Indicia-Team/warehouse
https://api.github.com/repos/Indicia-Team/warehouse
closed
Cache table restructuring
enhancement performance
Restructuring of the cache_occurrences table on the warehouse with a view to improving reporting performance. Testing and deployment required
True
Cache table restructuring - Restructuring of the cache_occurrences table on the warehouse with a view to improving reporting performance. Testing and deployment required
perf
cache table restructuring restructuring of the cache occurrences table on the warehouse with a view to improving reporting performance testing and deployment required
1
142,996
21,926,038,868
IssuesEvent
2022-05-23 04:21:37
stores-cedcommerce/Sungin-Internal--Feb21st-2022
https://api.github.com/repos/stores-cedcommerce/Sungin-Internal--Feb21st-2022
closed
Filter option checkbox issue
Collection page Desktop Tab Design / UI / UX Mobile Ready to test
Bug - When user click on checkbox then tick not shoiwng in checkbox in filter options. Exp - Tick in checkbox should be visible on clicking in filter options. Ref Link - https://drive.google.com/file/d/1iW-qM4wXBdcRGTd0mJdpFsZFLn-EqvCt/view
1.0
Filter option checkbox issue - Bug - When user click on checkbox then tick not shoiwng in checkbox in filter options. Exp - Tick in checkbox should be visible on clicking in filter options. Ref Link - https://drive.google.com/file/d/1iW-qM4wXBdcRGTd0mJdpFsZFLn-EqvCt/view
non_perf
filter option checkbox issue bug when user click on checkbox then tick not shoiwng in checkbox in filter options exp tick in checkbox should be visible on clicking in filter options ref link
0
1,087
2,849,599,891
IssuesEvent
2015-05-30 20:49:51
jkomoros/sudoku
https://api.github.com/repos/jkomoros/sudoku
opened
Investigate performance of using Go's standard heap instead of finitequeue
performance
the perf difference might not be that great, and if it's not it's probably not worth the extra complexity.
True
Investigate performance of using Go's standard heap instead of finitequeue - the perf difference might not be that great, and if it's not it's probably not worth the extra complexity.
perf
investigate performance of using go s standard heap instead of finitequeue the perf difference might not be that great and if it s not it s probably not worth the extra complexity
1
71,265
18,668,881,692
IssuesEvent
2021-10-30 10:10:20
neovim/neovim
https://api.github.com/repos/neovim/neovim
closed
Build failure on LuaJIT with parallel build
build bug-regression dependencies
### Neovim version (nvim -v) head ### Vim (not Nvim) behaves the same? n/a ### Operating system/version ubuntu 20.04 (via WSL) ### Terminal name/version n/a ### $TERM environment variable n/a ### Installation n/a ### How to reproduce the issue make CMAKE_BUILD_TYPE=RelWithDebInfo ...
1.0
Build failure on LuaJIT with parallel build - ### Neovim version (nvim -v) head ### Vim (not Nvim) behaves the same? n/a ### Operating system/version ubuntu 20.04 (via WSL) ### Terminal name/version n/a ### $TERM environment variable n/a ### Installation n/a ### How to reproduce the ...
non_perf
build failure on luajit with parallel build neovim version nvim v head vim not nvim behaves the same n a operating system version ubuntu via wsl terminal name version n a term environment variable n a installation n a how to reproduce the is...
0
48,034
25,317,217,144
IssuesEvent
2022-11-17 22:53:21
microsoft/TypeScript
https://api.github.com/repos/microsoft/TypeScript
closed
Perf issues with @material-ui/icons
Bug Needs Investigation Domain: Performance
Server synced to 4fee62844777c23cf37b6d4594f65b393b27b4dd Repro: In VS, create a new TypeScript Node Console App. Add npm references to `@material-ui/icons` and `@material-ui/core` (a peer dependency). Add the following import at the top of app.ts: ```ts import * as icons from "@material-ui/icons"; ``` Loo...
True
Perf issues with @material-ui/icons - Server synced to 4fee62844777c23cf37b6d4594f65b393b27b4dd Repro: In VS, create a new TypeScript Node Console App. Add npm references to `@material-ui/icons` and `@material-ui/core` (a peer dependency). Add the following import at the top of app.ts: ```ts import * as icons ...
perf
perf issues with material ui icons server synced to repro in vs create a new typescript node console app add npm references to material ui icons and material ui core a peer dependency add the following import at the top of app ts ts import as icons from material ui icons look...
1
21,335
11,195,013,262
IssuesEvent
2020-01-03 04:10:20
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
tf.function retracing for multigpu(mirrored_strategy) operations(tf.keras.models)
TF 2.0 comp:dist-strat type:performance
**System information** - Have I [written]() custom code (as opposed to using a stock example script provided in TensorFlow): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): ('CentOS Linux', '7.6.1810', 'Core') - os platform: Linux-3.10.0-862.14.4.el7.x86_64-x86_64-with-centos-7.6.1810-Core - Mobile d...
True
tf.function retracing for multigpu(mirrored_strategy) operations(tf.keras.models) - **System information** - Have I [written]() custom code (as opposed to using a stock example script provided in TensorFlow): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): ('CentOS Linux', '7.6.1810', 'Core') - os pla...
perf
tf function retracing for multigpu mirrored strategy operations tf keras models system information have i custom code as opposed to using a stock example script provided in tensorflow yes os platform and distribution e g linux ubuntu centos linux core os platform linux ...
1
518,527
15,029,640,680
IssuesEvent
2021-02-02 05:59:30
RasaHQ/rasa
https://api.github.com/repos/RasaHQ/rasa
closed
Rasa X response doesn't get added to domain file properly
area:rasa-x/ui :sparkles: priority:high type:bug :bug:
**Rasa version**: 2.2.7 **Rasa X version** (if used & relevant): 0.35.0 **Python version**: 3.7 **Operating system** (windows, osx, ...): Windows 10 (Docker) **Issue**: I am using the CE of Rasa X setup with a manual, slightly modified docker-compose file (volume mapping is slightly adjusted according to...
1.0
Rasa X response doesn't get added to domain file properly - **Rasa version**: 2.2.7 **Rasa X version** (if used & relevant): 0.35.0 **Python version**: 3.7 **Operating system** (windows, osx, ...): Windows 10 (Docker) **Issue**: I am using the CE of Rasa X setup with a manual, slightly modified docker-co...
non_perf
rasa x response doesn t get added to domain file properly rasa version rasa x version if used relevant python version operating system windows osx windows docker issue i am using the ce of rasa x setup with a manual slightly modified docker comp...
0
15,066
8,751,823,257
IssuesEvent
2018-12-13 23:51:57
neovim/neovim
https://api.github.com/repos/neovim/neovim
closed
Poor performance with termguicolors and spell
performance tui
- `nvim --version`: ``` NVIM v0.1.6-51-g0253766 Build type: Dev ``` - Vim (version: ) behaves differently? ``` VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Sep 2 2016 17:55:49) ``` **Yes**, vim behaves differently. - Operating system/version: macOS 10.12 Beta (16A313a) - Terminal name/version: iTerm2 `Build 3.0.20...
True
Poor performance with termguicolors and spell - - `nvim --version`: ``` NVIM v0.1.6-51-g0253766 Build type: Dev ``` - Vim (version: ) behaves differently? ``` VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Sep 2 2016 17:55:49) ``` **Yes**, vim behaves differently. - Operating system/version: macOS 10.12 Beta (16A313...
perf
poor performance with termguicolors and spell nvim version nvim build type dev vim version behaves differently vim vi improved aug compiled sep yes vim behaves differently operating system version macos beta terminal name version ...
1
1,255
5,318,059,178
IssuesEvent
2017-02-14 00:33:41
diofant/diofant
https://api.github.com/repos/diofant/diofant
closed
Drop diofant/plotting/experimental_lambdify.py
maintainability plotting
This should be replaced with standard lambdify, maybe improved. See also sympy/sympy#11461, sympy/sympy#10925.
True
Drop diofant/plotting/experimental_lambdify.py - This should be replaced with standard lambdify, maybe improved. See also sympy/sympy#11461, sympy/sympy#10925.
non_perf
drop diofant plotting experimental lambdify py this should be replaced with standard lambdify maybe improved see also sympy sympy sympy sympy
0
497,111
14,362,080,829
IssuesEvent
2020-11-30 19:15:44
ChainSafe/gossamer
https://api.github.com/repos/ChainSafe/gossamer
closed
re-run lottery when babe.SetThreshold is called
Priority: 4 - Low Type: Enhancement babe
<!--- PLEASE READ CAREFULLY --> ## Expected Behavior <!--- If you're describing a bug, tell us what should happen. If you're suggesting a change/improvement, tell us how it should work. --> - BABE lottery should be re-run after epoch threshold has been set/changed. ## Current Behavior <!--...
1.0
re-run lottery when babe.SetThreshold is called - <!--- PLEASE READ CAREFULLY --> ## Expected Behavior <!--- If you're describing a bug, tell us what should happen. If you're suggesting a change/improvement, tell us how it should work. --> - BABE lottery should be re-run after epoch threshold ha...
non_perf
re run lottery when babe setthreshold is called please read carefully expected behavior if you re describing a bug tell us what should happen if you re suggesting a change improvement tell us how it should work babe lottery should be re run after epoch threshold ha...
0
496,600
14,350,255,422
IssuesEvent
2020-11-29 20:05:11
jenkins-x/jx
https://api.github.com/repos/jenkins-x/jx
closed
jx removes "environment" key in kubeconfig when using Azure Active Directory backed authentication
area/aks kind/enhancement lifecycle/rotten priority/important-soon
### Summary We have a similar issue like this [one](https://github.com/helm/helm/issues/5665). Given a kubeconfig: ``` users: - name: azure-ad user: auth-provider: config: access-token: .... apiserver-id: .... client-id: .... environment: AzurePublicCloud <-- re...
1.0
jx removes "environment" key in kubeconfig when using Azure Active Directory backed authentication - ### Summary We have a similar issue like this [one](https://github.com/helm/helm/issues/5665). Given a kubeconfig: ``` users: - name: azure-ad user: auth-provider: config: access-token: .....
non_perf
jx removes environment key in kubeconfig when using azure active directory backed authentication summary we have a similar issue like this given a kubeconfig users name azure ad user auth provider config access token apiserver id clien...
0
50,104
26,477,839,118
IssuesEvent
2023-01-17 12:34:16
tenzir/public-roadmap
https://api.github.com/repos/tenzir/public-roadmap
closed
Query Lifetime Overview
performance backend
<!-- Provide a concise description here, ideally including the problem, solution, and scope. --> VAST executes queries in a distributed fashion, generating a variety of metrics along the lifetime of a query. This is problematic for two reasons: 1. There is no easy way to see how long a query spent in some state. 2...
True
Query Lifetime Overview - <!-- Provide a concise description here, ideally including the problem, solution, and scope. --> VAST executes queries in a distributed fashion, generating a variety of metrics along the lifetime of a query. This is problematic for two reasons: 1. There is no easy way to see how long a que...
perf
query lifetime overview vast executes queries in a distributed fashion generating a variety of metrics along the lifetime of a query this is problematic for two reasons there is no easy way to see how long a query spent in some state we generate too many metrics per query which most dashboards canno...
1
192,874
14,631,439,977
IssuesEvent
2020-12-23 19:54:49
github-vet/rangeloop-pointer-findings
https://api.github.com/repos/github-vet/rangeloop-pointer-findings
closed
hello-mr-code/terraform-oci: oci/core_cross_connect_test.go; 16 LoC
fresh small test
Found a possible issue in [hello-mr-code/terraform-oci](https://www.github.com/hello-mr-code/terraform-oci) at [oci/core_cross_connect_test.go](https://github.com/hello-mr-code/terraform-oci/blob/2f6aa93ef8643328af454512a5fe78ab006697f0/oci/core_cross_connect_test.go#L306-L321) Below is the message reported by the an...
1.0
hello-mr-code/terraform-oci: oci/core_cross_connect_test.go; 16 LoC - Found a possible issue in [hello-mr-code/terraform-oci](https://www.github.com/hello-mr-code/terraform-oci) at [oci/core_cross_connect_test.go](https://github.com/hello-mr-code/terraform-oci/blob/2f6aa93ef8643328af454512a5fe78ab006697f0/oci/core_cro...
non_perf
hello mr code terraform oci oci core cross connect test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below messa...
0
14,310
17,316,261,846
IssuesEvent
2021-07-27 06:36:44
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
System.Diagnostics.Process.Tests fails on iOS/tvOS
area-System.Diagnostics.Process in pr os-ios os-tvos
System.Diagnostics.Process.Tests System.Diagnostics.Tests.ProcessStartInfoTests.TestEnvironmentVariablesPropertyUnix System.Diagnostics.Tests.ProcessStartInfoTests.TestEnvironmentProperty System.Diagnostics.Tests.ProcessTests.MaxWorkingSet_GetNotStarted_ThrowsInvalidOperationException System.Diagnostics.Tests.Proce...
1.0
System.Diagnostics.Process.Tests fails on iOS/tvOS - System.Diagnostics.Process.Tests System.Diagnostics.Tests.ProcessStartInfoTests.TestEnvironmentVariablesPropertyUnix System.Diagnostics.Tests.ProcessStartInfoTests.TestEnvironmentProperty System.Diagnostics.Tests.ProcessTests.MaxWorkingSet_GetNotStarted_ThrowsInva...
non_perf
system diagnostics process tests fails on ios tvos system diagnostics process tests system diagnostics tests processstartinfotests testenvironmentvariablespropertyunix system diagnostics tests processstartinfotests testenvironmentproperty system diagnostics tests processtests maxworkingset getnotstarted throwsinva...
0
419,092
28,137,538,721
IssuesEvent
2023-04-01 15:03:58
kedro-org/kedro-viz
https://api.github.com/repos/kedro-org/kedro-viz
opened
Publish more visible link to documentation somewhere in README
Type: Documentation Issue: Feature Request
## Description Publish more visible link to documentation somewhere in README, for example as a badge + a visible subsection in the README. ## Context Today I was `Ctrl+F` 'ing "doc" in the Kedro-Viz README and realized that there is no link explicitly labeled as "doc", "docs" or "documentation" anywhere. The only...
1.0
Publish more visible link to documentation somewhere in README - ## Description Publish more visible link to documentation somewhere in README, for example as a badge + a visible subsection in the README. ## Context Today I was `Ctrl+F` 'ing "doc" in the Kedro-Viz README and realized that there is no link explicit...
non_perf
publish more visible link to documentation somewhere in readme description publish more visible link to documentation somewhere in readme for example as a badge a visible subsection in the readme context today i was ctrl f ing doc in the kedro viz readme and realized that there is no link explicit...
0
44,477
23,647,545,024
IssuesEvent
2022-08-26 00:57:04
apache/shardingsphere
https://api.github.com/repos/apache/shardingsphere
opened
ExecuteProcessEngine increases about 7% unnecessary CPU overhead for ShardingSphere-JDBC
type: performance
## Bug Report ### Which version of ShardingSphere did you use? master - 6e603add90c02a81726375be49ddf5f5e1760e31 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-JDBC standalone ### Expected behavior Light overhead. ### Actual behavior ![image](https://u...
True
ExecuteProcessEngine increases about 7% unnecessary CPU overhead for ShardingSphere-JDBC - ## Bug Report ### Which version of ShardingSphere did you use? master - 6e603add90c02a81726375be49ddf5f5e1760e31 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-JDBC standalo...
perf
executeprocessengine increases about unnecessary cpu overhead for shardingsphere jdbc bug report which version of shardingsphere did you use master which project did you use shardingsphere jdbc or shardingsphere proxy shardingsphere jdbc standalone expected behavior light ov...
1
169,690
13,157,461,541
IssuesEvent
2020-08-10 12:47:54
Chiniga/pa-queue-ph
https://api.github.com/repos/Chiniga/pa-queue-ph
closed
[Queue] Refactor queueing algorithm
P1 enhancement ready for testing
The current queueing algorithm is too restricted. Bottleneck: Fetching 2 players at first Solution: Fetch all players with no queues set for them and pair them up. Also added player shuffling.
1.0
[Queue] Refactor queueing algorithm - The current queueing algorithm is too restricted. Bottleneck: Fetching 2 players at first Solution: Fetch all players with no queues set for them and pair them up. Also added player shuffling.
non_perf
refactor queueing algorithm the current queueing algorithm is too restricted bottleneck fetching players at first solution fetch all players with no queues set for them and pair them up also added player shuffling
0
28,465
13,691,336,209
IssuesEvent
2020-09-30 15:25:23
NuGet/Home
https://api.github.com/repos/NuGet/Home
opened
PM UI: parallelize retrieval of package installation for every project in solution
Product:VS.Client Tenet:Performance
In a solution context PM UI gets installation information for a specific package for every project in a solution, one at a time. In larger solutions this may be noticeable. In VS OE scenarios, this would be even slower, retrieving package installation status one project at a time over the network.
True
PM UI: parallelize retrieval of package installation for every project in solution - In a solution context PM UI gets installation information for a specific package for every project in a solution, one at a time. In larger solutions this may be noticeable. In VS OE scenarios, this would be even slower, retrieving p...
perf
pm ui parallelize retrieval of package installation for every project in solution in a solution context pm ui gets installation information for a specific package for every project in a solution one at a time in larger solutions this may be noticeable in vs oe scenarios this would be even slower retrieving p...
1
20,723
10,887,273,858
IssuesEvent
2019-11-18 14:15:31
letsencrypt/boulder
https://api.github.com/repos/letsencrypt/boulder
closed
Include issuer information in certificateStatus table
area/ca area/ocsp kind/enhancement kind/performance layer/rpc
Currently ocsp-updater requires reading from both the certificateStatus and precertificates/certificates tables in order to generate an OCSP response. We need to read from the precertificates/certificates table because the CA needs some way to determine the issuer so that it can include the name/key hashes in the respo...
True
Include issuer information in certificateStatus table - Currently ocsp-updater requires reading from both the certificateStatus and precertificates/certificates tables in order to generate an OCSP response. We need to read from the precertificates/certificates table because the CA needs some way to determine the issuer...
perf
include issuer information in certificatestatus table currently ocsp updater requires reading from both the certificatestatus and precertificates certificates tables in order to generate an ocsp response we need to read from the precertificates certificates table because the ca needs some way to determine the issuer...
1
227
4,804,956,164
IssuesEvent
2016-11-02 14:55:45
eclipse/smarthome
https://api.github.com/repos/eclipse/smarthome
opened
Fix testPredefinedRule unit test
Automation
In https://github.com/eclipse/smarthome/pull/2293/files I had temporarily set a test to ignore in order to make the build pass again. This test still needs to be reactivated. @plamen-peev Could you please take care of that?
1.0
Fix testPredefinedRule unit test - In https://github.com/eclipse/smarthome/pull/2293/files I had temporarily set a test to ignore in order to make the build pass again. This test still needs to be reactivated. @plamen-peev Could you please take care of that?
non_perf
fix testpredefinedrule unit test in i had temporarily set a test to ignore in order to make the build pass again this test still needs to be reactivated plamen peev could you please take care of that
0
44,944
23,837,822,388
IssuesEvent
2022-09-06 07:46:19
nuxt/framework
https://api.github.com/repos/nuxt/framework
opened
`nuxt` is transpiled from `nuxt.config`
bug 🍰 p2-nice-to-have performance
### Environment - Operating System: `Darwin` - Node Version: `v16.17.0` - Nuxt Version: `3.0.0-rc.9` - Nitro Version: `0.5.1` - Package Manager: `yarn@1.22.19` - Builder: `vite` - User Config: `modules` - Runtime Modules: `-` - Build Modules: `-` ### Reproduction On a starter pr...
True
`nuxt` is transpiled from `nuxt.config` - ### Environment - Operating System: `Darwin` - Node Version: `v16.17.0` - Nuxt Version: `3.0.0-rc.9` - Nitro Version: `0.5.1` - Package Manager: `yarn@1.22.19` - Builder: `vite` - User Config: `modules` - Runtime Modules: `-` - Build Modules:...
perf
nuxt is transpiled from nuxt config environment operating system darwin node version nuxt version rc nitro version package manager yarn builder vite user config modules runtime modules build modules ...
1
20,607
10,831,833,843
IssuesEvent
2019-11-11 09:17:08
HaxeFoundation/haxe
https://api.github.com/repos/HaxeFoundation/haxe
closed
haxe.Unserializer performance issue on PHP
performance platform-php
I experience a significant performance decrease using haxe.Unserializer for PHP target. It's because it relies on StringTools.fastCodeAt that uses multibyte strings now. So now it's O(n) instead of O(1). The example code to test StringTools.fastCodeAt: ```haxe class Main { public static function main() { for...
True
haxe.Unserializer performance issue on PHP - I experience a significant performance decrease using haxe.Unserializer for PHP target. It's because it relies on StringTools.fastCodeAt that uses multibyte strings now. So now it's O(n) instead of O(1). The example code to test StringTools.fastCodeAt: ```haxe class Ma...
perf
haxe unserializer performance issue on php i experience a significant performance decrease using haxe unserializer for php target it s because it relies on stringtools fastcodeat that uses multibyte strings now so now it s o n instead of o the example code to test stringtools fastcodeat haxe class ma...
1
358,563
10,618,540,378
IssuesEvent
2019-10-13 05:32:49
k8smeetup/website-tasks
https://api.github.com/repos/k8smeetup/website-tasks
opened
/docs/tasks/access-kubernetes-api/http-proxy-access-api.md
lang/zh priority/P0 sync/update version/1.16 welcome
Source File: [/docs/tasks/access-kubernetes-api/http-proxy-access-api.md](https://github.com/kubernetes/website/blob/release-1.16/content/en/docs/tasks/access-kubernetes-api/http-proxy-access-api.md) Diff 查看原始文档更新差异命令: ```bash git diff release-1.14 release-1.16 -- content/en/docs/tasks/access-kubernetes-api/http-prox...
1.0
/docs/tasks/access-kubernetes-api/http-proxy-access-api.md - Source File: [/docs/tasks/access-kubernetes-api/http-proxy-access-api.md](https://github.com/kubernetes/website/blob/release-1.16/content/en/docs/tasks/access-kubernetes-api/http-proxy-access-api.md) Diff 查看原始文档更新差异命令: ```bash git diff release-1.14 release-...
non_perf
docs tasks access kubernetes api http proxy access api md source file diff 查看原始文档更新差异命令 bash git diff release release content en docs tasks access kubernetes api http proxy access api md
0
425,459
12,340,710,199
IssuesEvent
2020-05-14 20:26:42
kubeflow/kubeflow
https://api.github.com/repos/kubeflow/kubeflow
closed
kfctl - How to access GitHub behind corporate proxy?
area/kfctl kind/question lifecycle/stale priority/p1
/kind question **Question:** [You can ask any question about this project.] Hi I have Azure instance and follow https://www.kubeflow.org/docs/azure/deploy/install-kubeflow/ `az aks get-credentials -n KubeTestCluster -g KubeTest` - OK But `kfctl apply -V -f ${CONFIG_URI}` where `CONFIG_URI` is https://raw....
1.0
kfctl - How to access GitHub behind corporate proxy? - /kind question **Question:** [You can ask any question about this project.] Hi I have Azure instance and follow https://www.kubeflow.org/docs/azure/deploy/install-kubeflow/ `az aks get-credentials -n KubeTestCluster -g KubeTest` - OK But `kfctl apply ...
non_perf
kfctl how to access github behind corporate proxy kind question question hi i have azure instance and follow az aks get credentials n kubetestcluster g kubetest ok but kfctl apply v f config uri where config uri is info downloading to tmp tmp yaml filename u...
0
43,122
2,882,837,553
IssuesEvent
2015-06-11 08:27:12
gbif/ipt
https://api.github.com/repos/gbif/ipt
closed
Versionable extensions
Milestone-Release2.3 Priority-High Type-Enhancement
``` I am trying to create a draft dwc extension for genetic samples & sequences for the DwC-A / IPT, but I ran into some issues that make me think of a more flexible way of handling dwc-a extensions. Various communities have overlaps with dwc terms, but they might not necessarily need all terms and also define st...
1.0
Versionable extensions - ``` I am trying to create a draft dwc extension for genetic samples & sequences for the DwC-A / IPT, but I ran into some issues that make me think of a more flexible way of handling dwc-a extensions. Various communities have overlaps with dwc terms, but they might not necessarily need all...
non_perf
versionable extensions i am trying to create a draft dwc extension for genetic samples sequences for the dwc a ipt but i ran into some issues that make me think of a more flexible way of handling dwc a extensions various communities have overlaps with dwc terms but they might not necessarily need all...
0
123,813
4,876,345,252
IssuesEvent
2016-11-16 12:33:29
openshift/origin
https://api.github.com/repos/openshift/origin
closed
Login in private dockerhub
component/imageregistry kind/question priority/P2
How add login:pass for login in private dockerhub and pull images from private dockerhub. ##### Version oc version oc v1.3.0 kubernetes v1.3.0+52492b4 features: Basic-Auth GSSAPI Kerberos SPNEGO openshift v1.3.0 kubernetes v1.3.0+52492b4 ##### Steps To Reproduce oc new-app --docker-image="dockerhub.private.com/testi...
1.0
Login in private dockerhub - How add login:pass for login in private dockerhub and pull images from private dockerhub. ##### Version oc version oc v1.3.0 kubernetes v1.3.0+52492b4 features: Basic-Auth GSSAPI Kerberos SPNEGO openshift v1.3.0 kubernetes v1.3.0+52492b4 ##### Steps To Reproduce oc new-app --docker-image...
non_perf
login in private dockerhub how add login pass for login in private dockerhub and pull images from private dockerhub version oc version oc kubernetes features basic auth gssapi kerberos spnego openshift kubernetes steps to reproduce oc new app docker image dockerhub priv...
0
248,564
7,933,874,307
IssuesEvent
2018-07-08 12:32:41
matjaeck/OpenRAUserAccounts
https://api.github.com/repos/matjaeck/OpenRAUserAccounts
closed
Implement phpbb upload class for badge image uploads
low-priority
The first release will require to manually add a `/images/badges/` directory to the phpbb root directory ( unless the filesystem migration gets fixed before). Badge images will need to be added manually to this directory to be accessible from the ACP badge module. The [upload](https://area51.phpbb.com/docs/code/...
1.0
Implement phpbb upload class for badge image uploads - The first release will require to manually add a `/images/badges/` directory to the phpbb root directory ( unless the filesystem migration gets fixed before). Badge images will need to be added manually to this directory to be accessible from the ACP badge modu...
non_perf
implement phpbb upload class for badge image uploads the first release will require to manually add a images badges directory to the phpbb root directory unless the filesystem migration gets fixed before badge images will need to be added manually to this directory to be accessible from the acp badge modu...
0
23,460
11,969,293,987
IssuesEvent
2020-04-06 10:04:12
CARTAvis/carta-backend
https://api.github.com/repos/CARTAvis/carta-backend
reopened
Improve performance: calculate min/max value
performance question
From #95, to improve the performance of calculate min/max value. Here are some testing result, which might give us some hints. The elapsed time was measured by https://github.com/CARTAvis/carta-backend/blob/084bbf2bbb0094599220808ce730a2518ee08bb0/Region/RegionStats.cc#L75-L88 Configuration: 4 tbb threads and 32 OMP ...
True
Improve performance: calculate min/max value - From #95, to improve the performance of calculate min/max value. Here are some testing result, which might give us some hints. The elapsed time was measured by https://github.com/CARTAvis/carta-backend/blob/084bbf2bbb0094599220808ce730a2518ee08bb0/Region/RegionStats.cc#L75...
perf
improve performance calculate min max value from to improve the performance of calculate min max value here are some testing result which might give us some hints the elapsed time was measured by configuration tbb threads and omp threads on server with physical cores testee image file cube a xxxx...
1
23,678
12,061,196,553
IssuesEvent
2020-04-15 23:03:24
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
web_benchmarks_html text_out_of_picture_bounds.html.totalUiFrame.average baseline looks low
perf: speed platform-web severe: performance team: benchmark
This is a newer benchmark, plus it doesn't have a lot of history --- I'm wondering if the baseline is correct. <img width="353" alt="Screen Shot 2020-04-15 at 8 14 09 AM" src="https://user-images.githubusercontent.com/1435716/79354415-3afb7e80-7ef1-11ea-81da-87641fa60bb3.png">
True
web_benchmarks_html text_out_of_picture_bounds.html.totalUiFrame.average baseline looks low - This is a newer benchmark, plus it doesn't have a lot of history --- I'm wondering if the baseline is correct. <img width="353" alt="Screen Shot 2020-04-15 at 8 14 09 AM" src="https://user-images.githubusercontent.com/14357...
perf
web benchmarks html text out of picture bounds html totaluiframe average baseline looks low this is a newer benchmark plus it doesn t have a lot of history i m wondering if the baseline is correct img width alt screen shot at am src
1
49,001
25,938,282,506
IssuesEvent
2022-12-16 15:56:50
mozilla/pdf.js
https://api.github.com/repos/mozilla/pdf.js
opened
Significant textLayer performance regression after PR 15722
performance regression text-selection release-blocker
Attach (recommended) or Link to PDF file here: https://github.com/mozilla/pdf.js/files/1522715/wuppertal_2012.pdf Configuration: - Web browser and its version: N/A - Operating system and its version: N/A - PDF.js version: Any version after PR #15722 - Is a browser extension: N/A Steps to reproduce the problem...
True
Significant textLayer performance regression after PR 15722 - Attach (recommended) or Link to PDF file here: https://github.com/mozilla/pdf.js/files/1522715/wuppertal_2012.pdf Configuration: - Web browser and its version: N/A - Operating system and its version: N/A - PDF.js version: Any version after PR #15722 -...
perf
significant textlayer performance regression after pr attach recommended or link to pdf file here configuration web browser and its version n a operating system and its version n a pdf js version any version after pr is a browser extension n a steps to reproduce the problem open the...
1
117,402
11,945,960,644
IssuesEvent
2020-04-03 07:09:05
ailanthustng/ped
https://api.github.com/repos/ailanthustng/ped
opened
Finding in logs
severity.Medium type.DocumentationBug
the UG for finding logs is quite hard to understand, especially since they aren't bulleted. Also, the command format is different in the UG and in the error message returned. ![Screenshot 2020-04-03 at 15.07.18.png](https://raw.githubusercontent.com/ailanthustng/ped/master/files/ac6afd36-27d9-4de7-a95e-250057125231...
1.0
Finding in logs - the UG for finding logs is quite hard to understand, especially since they aren't bulleted. Also, the command format is different in the UG and in the error message returned. ![Screenshot 2020-04-03 at 15.07.18.png](https://raw.githubusercontent.com/ailanthustng/ped/master/files/ac6afd36-27d9-4de7...
non_perf
finding in logs the ug for finding logs is quite hard to understand especially since they aren t bulleted also the command format is different in the ug and in the error message returned
0
49,669
26,256,646,723
IssuesEvent
2023-01-06 01:44:41
panda3d/panda3d
https://api.github.com/repos/panda3d/panda3d
opened
Idea: Reduce dependency on reference counting by using frame-bound free lists
enhancement performance
### Problem Especially in the Cull stage in the Panda3D renderer, there are a lot of calls to `ref()` and `unref()` (mostly implicitly with the use of PointerTo in eg. CullableObject). This involves making an atomic write to the object memory, which is inefficient. Calls to `ref()` and `unref()` are usually taking...
True
Idea: Reduce dependency on reference counting by using frame-bound free lists - ### Problem Especially in the Cull stage in the Panda3D renderer, there are a lot of calls to `ref()` and `unref()` (mostly implicitly with the use of PointerTo in eg. CullableObject). This involves making an atomic write to the object ...
perf
idea reduce dependency on reference counting by using frame bound free lists problem especially in the cull stage in the renderer there are a lot of calls to ref and unref mostly implicitly with the use of pointerto in eg cullableobject this involves making an atomic write to the object memory...
1
66,222
20,072,280,336
IssuesEvent
2022-02-04 08:40:33
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Message search initialisation failed (invalid passphrase)
T-Defect X-Needs-Info S-Major A-E2EE A-Search A-Indexing X-Needs-Investigation O-Uncommon
### Steps to reproduce 1. Where are you starting? What can you see? If I try to search messages in a non group chat, I get `Message search initialisation failed, check your settings for more information`. If I click the settings, I can see: `Message search initialisation failed`. If I click the drop down I see `...
1.0
Message search initialisation failed (invalid passphrase) - ### Steps to reproduce 1. Where are you starting? What can you see? If I try to search messages in a non group chat, I get `Message search initialisation failed, check your settings for more information`. If I click the settings, I can see: `Message sea...
non_perf
message search initialisation failed invalid passphrase steps to reproduce where are you starting what can you see if i try to search messages in a non group chat i get message search initialisation failed check your settings for more information if i click the settings i can see message sea...
0
56,478
32,027,938,937
IssuesEvent
2023-09-22 10:09:20
tutao/tutanota
https://api.github.com/repos/tutao/tutanota
closed
App gets slow while indexing
bug desktop state:done topic:offline performance
Users report that while indexing the app gets slow and unresponsive in all windows. We suspect that it has something to do with sqlite database blocking the main thread. If that's the case we could try to use node workers (not web workers!) to offload the load. ## Tasks: * [x] rebase the thread-per-user prototype *...
True
App gets slow while indexing - Users report that while indexing the app gets slow and unresponsive in all windows. We suspect that it has something to do with sqlite database blocking the main thread. If that's the case we could try to use node workers (not web workers!) to offload the load. ## Tasks: * [x] rebase ...
perf
app gets slow while indexing users report that while indexing the app gets slow and unresponsive in all windows we suspect that it has something to do with sqlite database blocking the main thread if that s the case we could try to use node workers not web workers to offload the load tasks rebase th...
1
29,863
14,284,816,374
IssuesEvent
2020-11-23 13:04:22
solid/community-server
https://api.github.com/repos/solid/community-server
closed
ExtensionBasedMapper is slow for large directories
wontfix 🐌 performance
I've setup the server over a directory with 309.978 very small N-Quads files (~10 triples per file). (same as in #332) Every request to a single file takes 1 - 1,5 seconds, which is quite long. The root cause seems to reading the directory upon every request: https://github.com/solid/community-server/blob/master/sr...
True
ExtensionBasedMapper is slow for large directories - I've setup the server over a directory with 309.978 very small N-Quads files (~10 triples per file). (same as in #332) Every request to a single file takes 1 - 1,5 seconds, which is quite long. The root cause seems to reading the directory upon every request: htt...
perf
extensionbasedmapper is slow for large directories i ve setup the server over a directory with very small n quads files triples per file same as in every request to a single file takes seconds which is quite long the root cause seems to reading the directory upon every request since...
1
31,638
15,026,156,128
IssuesEvent
2021-02-01 22:12:35
unicode-org/icu4x
https://api.github.com/repos/unicode-org/icu4x
closed
Add Memory benchmarks
A-performance C-meta T-enhancement
I'm going to try to add memory/size benchmarks to our `cargo bench`. For size, I'm going to add a simple example binary that will pull ICU4X and we'll measure the impact of that.
True
Add Memory benchmarks - I'm going to try to add memory/size benchmarks to our `cargo bench`. For size, I'm going to add a simple example binary that will pull ICU4X and we'll measure the impact of that.
perf
add memory benchmarks i m going to try to add memory size benchmarks to our cargo bench for size i m going to add a simple example binary that will pull and we ll measure the impact of that
1
39,045
19,681,519,410
IssuesEvent
2022-01-11 17:12:57
SuffolkLITLab/docassemble-AssemblyLine
https://api.github.com/repos/SuffolkLITLab/docassemble-AssemblyLine
closed
Make PDF generation optional in download_list_html
Performance improvement
It should be possible to speed up file download in an interview that only generates DOCX files by removing the PDF generation completely. This should be a small fix--impacting some current users of the ALDocument code.
True
Make PDF generation optional in download_list_html - It should be possible to speed up file download in an interview that only generates DOCX files by removing the PDF generation completely. This should be a small fix--impacting some current users of the ALDocument code.
perf
make pdf generation optional in download list html it should be possible to speed up file download in an interview that only generates docx files by removing the pdf generation completely this should be a small fix impacting some current users of the aldocument code
1
3,637
2,774,607,935
IssuesEvent
2015-05-04 10:23:16
afarran/swm2m_vms_tests
https://api.github.com/repos/afarran/swm2m_vms_tests
opened
Small bug in VMS documentation (module Abnormal).
documentation
In abnormal/introduction/example configuration there typo: Set GpsJammedSendReport to true Set GpsJammedStartDebounceTime to 300 Set GpsJammedStartDebounceTime to 60 It possibly should be GpsJammedEndDebounceTime in the last quoted line.
1.0
Small bug in VMS documentation (module Abnormal). - In abnormal/introduction/example configuration there typo: Set GpsJammedSendReport to true Set GpsJammedStartDebounceTime to 300 Set GpsJammedStartDebounceTime to 60 It possibly should be GpsJammedEndDebounceTime in the last quoted line.
non_perf
small bug in vms documentation module abnormal in abnormal introduction example configuration there typo set gpsjammedsendreport to true set gpsjammedstartdebouncetime to set gpsjammedstartdebouncetime to it possibly should be gpsjammedenddebouncetime in the last quoted line
0
140,311
5,400,078,535
IssuesEvent
2017-02-27 21:06:44
canadainc/sunnah10
https://api.github.com/repos/canadainc/sunnah10
closed
Implement reference searching in Tafsir tab
Admin auto-migrated enhancement Priority-Medium ui usability
``` Allow searching URI for example ``` Original issue reported on code.google.com by `canadai...@gmail.com` on 21 Feb 2015 at 5:07
1.0
Implement reference searching in Tafsir tab - ``` Allow searching URI for example ``` Original issue reported on code.google.com by `canadai...@gmail.com` on 21 Feb 2015 at 5:07
non_perf
implement reference searching in tafsir tab allow searching uri for example original issue reported on code google com by canadai gmail com on feb at
0
55,558
30,811,200,878
IssuesEvent
2023-08-01 10:29:41
pingcap/tiflash
https://api.github.com/repos/pingcap/tiflash
closed
Improve performance of IN type RS operator
type/enhancement type/performance component/storage
## Enhancement Currently RS Operator of IN predicate type is too inefficient when matching min max index. As a result, although the filter is pushed down and the min max index matches to filter out a large number of packs and save a lot of IO, the performance of the overall table scan is slowed down due to the l...
True
Improve performance of IN type RS operator - ## Enhancement Currently RS Operator of IN predicate type is too inefficient when matching min max index. As a result, although the filter is pushed down and the min max index matches to filter out a large number of packs and save a lot of IO, the performance of the o...
perf
improve performance of in type rs operator enhancement currently rs operator of in predicate type is too inefficient when matching min max index as a result although the filter is pushed down and the min max index matches to filter out a large number of packs and save a lot of io the performance of the o...
1
7,984
6,341,434,666
IssuesEvent
2017-07-27 13:32:00
material-components/material-components-ios
https://api.github.com/repos/material-components/material-components-ios
opened
Computing inlays in MDCCollectionViewFlowLayout is n² operation
type:Performance where:Collections
### Overview For every element in the collectionView, the flow layout iterates over inlaid element (which is likely every single one in Editing Mode) twice. For example, in the Catalog / Collections / Cell Editing Example, if you change the number of sections to 2 and the number of items to 10, then there are 39 cal...
True
Computing inlays in MDCCollectionViewFlowLayout is n² operation - ### Overview For every element in the collectionView, the flow layout iterates over inlaid element (which is likely every single one in Editing Mode) twice. For example, in the Catalog / Collections / Cell Editing Example, if you change the number of ...
perf
computing inlays in mdccollectionviewflowlayout is n² operation overview for every element in the collectionview the flow layout iterates over inlaid element which is likely every single one in editing mode twice for example in the catalog collections cell editing example if you change the number of ...
1