-
CMS expects dollar values to be in whole dollars, so when we do calculations to fractional values, we need to round them. Currently we round the dollar amounts when we display them, but they are stor…
-
Perhaps the most glaring performance issue in our current simulation pipelines is the significant degradation of performance as we add multiple RGB-D cameras (still via dev/SceneGraph).
Opening thi…
-
This originated in #130
In that ticket, @davidmanzanares said:
> Since timestamps can have very high resolutions, but most of the times we don't need those, we should have a mechanism for aggregati…
-
Texture tiling artifacts on 2d backgrounds caused by the bilinear filtering when running games above their native resolution.
Street Fighter Alpha3 Max is good example of this.
Possible fix???
ht…
-
### Prerequisites
* [x] Put an X between the brackets on this line if you have done all of the following:
* Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/secti…
-
If you suspect this could be a bug, follow the template.
- What version of Dgraph are you using?
Failed on 9138f23d73ae3c6cfba72ec6129eef13b110b438
Worked on 113649d53eab9220ba3541bd37150c1031297…
-
**_Hi Elinw -_**
**skimr** working great! (Rstudio / Ubuntu Linux 32 bits).
An _easy to implement suggestion_
to save precious screen real estate
and make the **skimr** output
more reada…
sfd99 updated
6 years ago
-
#13163 will be bringing in the long-awaited replacement of numpy's PRNG infrastructure. In the interest of keeping that PR manageable, we will merge it to master before all of the decisions are finali…
rkern updated
5 years ago
-
I use IDEA PHPStorm for test, but other java libs thru jdbc works exactly
```
CREATE TABLE test
(
dec DECIMAL(2,1)
);
insert into test VALUES (1);
SELECT * from test;
```
Result…
-
There two major cycle counts are used to estimate the performance, one is MAC cycles, and the other is DRAM cycles.
The DRAM cycles in the spreadsheet comes from DRAM traffic, the DRAM traffic comes …