search for: performnac

Displaying 17 results from an estimated 17 matches for "performnac".

Did you mean: performanc
2005 Feb 24
7
Question performnace of SSH v1 vs SSH v2
Hello I have ported OpenSSH 3.8p1 to a LynxOS platform. Recently I heard a report from the field that v2 is perceived to be significantly slower than v1. Is this a known issue? Are there any configuration parameters that can be modified to make v2 faster? Thanks in advance for your response Amba
2011 Apr 03
3
[LLVMdev] [GSoC] Increase the coverage of Polly
...term paperwork. 6w Create tests for each of cases which are not currently optimized (e.g. have min/max, sext/zext, trunc or unsigned comparisons in the loop bounds or memory accesses). 7w Learn how optimization process work for this examples. 8-10w Enable tests one by one. 11w Estimate SPEC 264ref performnace improvement (yes, I have access to one). 12w Complete paperwork. I hope that it's real to complete this plan in time 26 марта 2011 г. 1:03 пользователь Tobias Grosser <grosser at fim.uni-passau.de > написал: > On 03/25/2011 05:44 PM, Vlad Krylov wrote: > >> Hello. >&gt...
2011 Apr 05
0
[LLVMdev] [GSoC] Increase the coverage of Polly
...senation. Optimizers like Pluto will automatically calculate the relevant optimizations, if you generate a correct polyhedral representation. > 8-10w Enable tests one by one. By 'Enable tests' do you mean implementing support for min/max .. expressions? > 11w Estimate SPEC 264ref performnace improvement (yes, I have access to > one). What do you plan to measure exactly? Runtime performance? I think another very interesting thing would be an analysis that shows how much of the hot loops we can optimize. You can use such an analysis also to estimate the possible speedups we can ac...
2016 Sep 02
4
withAutoprint({ .... }) ?
...al(Sys.getenv("USER"), "maechler") ) withAutoprint({ foo(..) (z <- bar(..)) summary(z) .... }) Conceptually such a function could be written similar to source() with an R level for loop, treating each expression separately, calling eval(.) etc. That may cost too much performnace, ... still to have it would be better than not having the possibility. ---- If you read so far, you'd probably agree that such a function could be a nice asset in R, notably if it was possible to do this on the fast C level of R's main REPL. Have any of you looked into how this could be...
2016 Sep 02
1
withAutoprint({ .... }) ?
...(z <- bar(..)) >> summary(z) >> .... >> }) >> >> Conceptually such a function could be written similar to source() >> with an R >> level for loop, treating each expression separately, calling eval(.) >> etc. >> That may cost too much performnace, ... still to have it would be >> better than >> not having the possibility. >> >> ---- >> >> If you read so far, you'd probably agree that such a function >> could be a nice asset in R, >> notably if it was possible to do this on the fast C lev...
2007 Apr 11
0
Does LVM affect performance
Hi, Pretty simple questions but probably not such a simple answer.. Does using LVM affect disk and system performnace? There must be some overhead involved (memory, cpu or disk IO) in using LVM but is that overhead measurable or is it insignificant?? Would be interesting to hear your thoughts or from anyone who has tested it.. Thanks..
2016 Sep 24
2
withAutoprint({ .... }) ?
...<- bar(..)) >> summary(z) >> .... >> }) >> >> Conceptually such a function could be written similar to source() with an R >> level for loop, treating each expression separately, calling eval(.) etc. >> That may cost too much performnace, ... still to have it would be better >> than >> not having the possibility. >> >> ---- >> >> If you read so far, you'd probably agree that such a function >> could be a nice asset in R, >> notably if it was poss...
2016 Sep 02
0
withAutoprint({ .... }) ?
...ler") ) withAutoprint({ > foo(..) > (z <- bar(..)) > summary(z) > .... > }) > > Conceptually such a function could be written similar to source() with an R > level for loop, treating each expression separately, calling eval(.) etc. > That may cost too much performnace, ... still to have it would be better than > not having the possibility. > > ---- > > If you read so far, you'd probably agree that such a function > could be a nice asset in R, > notably if it was possible to do this on the fast C level of R's main > REPL. > &gt...
2011 Apr 05
0
[LLVMdev] doxygen build fails
...utomatically calculate > the relevant optimizations, if you generate a correct polyhedral > representation. > >> 8-10w Enable tests one by one. > > By 'Enable tests' do you mean implementing support for min/max .. > expressions? > >> 11w Estimate SPEC 264ref performnace improvement (yes, I have access to >> one). > > What do you plan to measure exactly? Runtime performance? > > I think another very interesting thing would be an analysis that shows how > much of the hot loops we can optimize. You can use such an analysis also to > estimate...
2016 Sep 25
3
withAutoprint({ .... }) ?
...>> .... >> >> }) >> >> >> >> Conceptually such a function could be written similar to source() with an R >> >> level for loop, treating each expression separately, calling eval(.) etc. >> >> That may cost too much performnace, ... still to have it would be better >> >> than >> >> not having the possibility. >> >> >> >> ---- >> >> >> >> If you read so far, you'd probably agree that such a function >> >> co...
2016 Sep 02
0
withAutoprint({ .... }) ?
...ler") ) withAutoprint({ > foo(..) > (z <- bar(..)) > summary(z) > .... > }) > > Conceptually such a function could be written similar to source() with an R > level for loop, treating each expression separately, calling eval(.) etc. > That may cost too much performnace, ... still to have it would be better > than > not having the possibility. > > ---- > > If you read so far, you'd probably agree that such a function > could be a nice asset in R, > notably if it was possible to do this on the fast C level of R's main > REPL. &gt...
2012 Oct 20
15
xen-unstable, winxp32 very poor performance on AMD FX-8150, I bisected and changeset is 24770:7f79475d3de7
I ran a bisect to find out when Windows XP 32 bit becomes unusably slow. And I found the changeset that caused it. ========== The problem: ========== Windows 8 64 bit and 32 bit run fast and fine in the newest xen versions. Windows XP 32 bit runs unusably slow in anything new that I built from xen-unstable, but runs fast in 4.1.2 and 4.1.3 stable. While it is running slow, "xm top" or
2016 Sep 24
0
withAutoprint({ .... }) ?
...summary(z) > >> .... > >> }) > >> > >> Conceptually such a function could be written similar to source() with an R > >> level for loop, treating each expression separately, calling eval(.) etc. > >> That may cost too much performnace, ... still to have it would be better > >> than > >> not having the possibility. > >> > >> ---- > >> > >> If you read so far, you'd probably agree that such a function > >> could be a nice asset in R, &g...
2016 Aug 31
3
source() does not include added code
1. File is (was) saved. 2. The added code is t(tradeStats("macross")) with 2 )'s. I'd appreciate if someone with QuantStrat installed, to try this and see if they get a different result. My R and RStudio and QuantStrat libraries are all current. I get the chart and this much output. > source('~/CodingData/RCode/Quantstrat1/maCross.R') [1] "2001-06-27
2016 Aug 31
3
source() does not include added code
1. File is (was) saved. 2. The added code is t(tradeStats("macross")) with 2 )'s. I'd appreciate if someone with QuantStrat installed, to try this and see if they get a different result. My R and RStudio and QuantStrat libraries are all current. I get the chart and this much output. > source('~/CodingData/RCode/Quantstrat1/maCross.R') [1] "2001-06-27
2016 Sep 25
0
withAutoprint({ .... }) ?
...t;> >> }) > >> >> > >> >> Conceptually such a function could be written similar to source() with an R > >> >> level for loop, treating each expression separately, calling eval(.) etc. > >> >> That may cost too much performnace, ... still to have it would be better > >> >> than > >> >> not having the possibility. > >> >> > >> >> ---- > >> >> > >> >> If you read so far, you'd probably agree that such a fun...
2011 Apr 07
3
[LLVMdev] [GSoC] Increase the coverage of Polly
...utomatically calculate > the relevant optimizations, if you generate a correct polyhedral > representation. > >> 8-10w Enable tests one by one. > > By 'Enable tests' do you mean implementing support for min/max .. > expressions? > >> 11w Estimate SPEC 264ref performnace improvement (yes, I have access to >> one). > > What do you plan to measure exactly? Runtime performance? > > I think another very interesting thing would be an analysis that shows how > much of the hot loops we can optimize. You can use such an analysis also to > estimate...