search for: imporv

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

Did you mean: import
2009 Mar 27
0
imporving performance of slicing on matrices and S4 their derivatives
Dear list. It is a known issue that accessing slots of S4 objects and in particular accessing .Data slots is slow in R. However, what surprises me are two things demonstrated in the code below (runnable with 'inline', my times are in the comments): - copying data out of a large 3x1e7 .Data slot into a matrix can be easily made 3-4 times faster than accessing a .Data slot which I believe
2010 May 18
2
[PATCH] vhost-net: utilize PUBLISH_USED_IDX feature
With PUBLISH_USED_IDX, guest tells us which used entries it has consumed. This can be used to reduce the number of interrupts: after we write a used entry, if the guest has not yet consumed the previous entry, or if the guest has already consumed the new entry, we do not need to interrupt. This imporves bandwidth by 30% under some workflows. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Rusty, Dave, this patch depends on the patch "virtio: put last seen used index into ring itself" which is currently destined at Rusty's tree. Rusty, if you are taking that one fo...
2010 May 18
2
[PATCH] vhost-net: utilize PUBLISH_USED_IDX feature
With PUBLISH_USED_IDX, guest tells us which used entries it has consumed. This can be used to reduce the number of interrupts: after we write a used entry, if the guest has not yet consumed the previous entry, or if the guest has already consumed the new entry, we do not need to interrupt. This imporves bandwidth by 30% under some workflows. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Rusty, Dave, this patch depends on the patch "virtio: put last seen used index into ring itself" which is currently destined at Rusty's tree. Rusty, if you are taking that one fo...
2013 Feb 28
1
GSoC 2013 and cotnributing to xapian
Hi, I am Tejas Nikumbh, an undergrad at Indian Institute of Technology Bombay. I will be participating in GSoC this year. [GSoC 2013]. In order to imporve my chances for getting selected this year, I would like to start contributing early on to Open Source development via xapian. Here's a little background info : *Languages proficient in : *Java, Python, Javascript [+jQuery] , HTML[+HTML5 Canvas], CSS [+CSS3]. C++ should be on the list soon....
2010 May 18
2
[PATCHv2] vhost-net: utilize PUBLISH_USED_IDX feature
With PUBLISH_USED_IDX, guest tells us which used entries it has consumed. This can be used to reduce the number of interrupts: after we write a used entry, if the guest has not yet consumed the previous entry, or if the guest has already consumed the new entry, we do not need to interrupt. This imporves bandwidth by 30% under some workflows. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- This is on top of Rusty's tree and depends on the virtio patch. Changes from v1: fix build drivers/vhost/vhost.c | 27 +++++++++++++++++++++------ drivers/vhost/vhost.h | 4 ++--...
2010 May 18
2
[PATCHv2] vhost-net: utilize PUBLISH_USED_IDX feature
With PUBLISH_USED_IDX, guest tells us which used entries it has consumed. This can be used to reduce the number of interrupts: after we write a used entry, if the guest has not yet consumed the previous entry, or if the guest has already consumed the new entry, we do not need to interrupt. This imporves bandwidth by 30% under some workflows. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- This is on top of Rusty's tree and depends on the virtio patch. Changes from v1: fix build drivers/vhost/vhost.c | 27 +++++++++++++++++++++------ drivers/vhost/vhost.h | 4 ++--...
2009 Apr 22
3
Yum update corrupted something badly - can only get access through SSH terminal or Webmin
...in ? import cli File "/usr/share/yum-cli/cli.py", line 30, in ? import output File "/usr/share/yum-cli/output.py", line 26, in ? from i18n import _ ImportError: No module named i18n I deleted the yum cash and no improvement. I tried the yum clean and no imporvement [root at trailrunner yum]# yum clean all Traceback (most recent call last): File "/usr/bin/yum", line 28, in ? import yummain File "/usr/share/yum-cli/yummain.py", line 29, in ? import cli File "/usr/share/yum-cli/cli.py", line 30, in ? imp...
2003 Jul 17
1
AW: AW: AW: AW: Why the commotion about file extensions?
...of files. The way the codec can be included as an optional part may also be something that could be defined. But as is always the case in software design it is important to know where to stop. Otherwise you end up encoding the whole audio header in the filename. > Right - but you are trying to imporve it for the user who has trouble > remembering codecs, while harming me <wink>. As a person who is going > to use Xiph (or other open) formats as much as possible, I don't care > for many formats average users do, and I can easily remember all Xiph > codecs ;-). Wouldn't...
2005 Jul 06
4
Tempfile error
Dear List: I am encountering an error that I can't resolve. I'm looping through rows of a dataframe to generate individual tex files using Sweave. At random points along the way, I encounter the following error Error in file() : cannot find unused tempfile name At which point Sweave halts. There isn't a logical pattern that I can identify in terms of why the program stops at
2005 Jan 05
5
Converting integers to chars i.e 1 to "01"
...file from this process: figure_10.png figure_11.png figure_12.png ... figure_1.png figure_20.png ... So I would like to convert integers to something like 01 if upper limit for this conert is 10 or 001 for 100. I wrote a simple function (see below), but I do not know how this limit stuff can be imporved to work really well with default. Any suggestions? int2char <- function(x, limit = max(x)) { # Description: # Converts integer to character such that numbers bellow limit get 0 in # front # Gregor GORJANC, 2005-01-05 # Arguments: # x: vector of numbers #...
2009 Aug 13
0
[fdo] Announce: Linux Desktop Testing Project (LDTP) 1.7.0 released
...on tree table cell 583021 ? If an application changes a context, it is no longer found by LDTP 588819 ? 'import ldtp' freezes interpreter 589898 ? local variable 'gobject' referenced before assignment 586291 ? Subsequent tests fail when first one registers callback handlers 586657 ? Imporve user experience getallstates match for defined state constants Special thanks to Arvind Patil <apatil at vmware.com>, Ara Pulido <ara at ubuntu.com>, Guofu Xu <Guofu.Xu at access-company.com>, nouar garcia-mardmabek <nouar.garcia at sun.com>, Jos? Luis Segura Lucas <j...
2005 Jul 27
3
fitting extreme value distribution
hi, rgev function gives me random deviates and I have a data set which I am fitting to an EVD,IS there a way I can plot both observed and ideal evd on the same plot thankyou Rangesh
2013 Mar 03
0
Sent a pull request for testing TradWeight using an Rset.
...PpJgHFiUMv9p8dm3n1Vh_27FiLz3xsSQnMmTL04YFWw at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > > I am Tejas Nikumbh, an undergrad at Indian Institute of Technology Bombay. > I will be participating in GSoC this year. [GSoC 2013]. In order to imporve > my chances for getting selected this year, I would like to start > contributing early on to Open Source development via xapian. > > Here's a little background info : > > *Languages proficient in : *Java, Python, Javascript [+jQuery] , > HTML[+HTML5 Canvas], CSS [+CSS3]....
2003 Jul 17
1
AW: AW: AW: Why the commotion about file extensions?
> > That might be true. However, the main problem I see with this is > > that by using only the codecs as the extension you make it > > impossible to filter for audio/video without knowing all the codecs. > > You cannot easily do file searches without specifying all those > > extensions either. > > > Nor can filter audio/video without specifying all of `wma`,
2019 Nov 30
5
[PATCH nbdkit 0/3] filters: stats: More useful, more friendly
- Use more friendly output with GiB and MiB/s. - Measure time per operation, providing finer grain stats - Add missing stats for flush I hope that these changes will help to understand and imporve virt-v2v performance. Nir Soffer (3): filters: stats: Show size in GiB, rate in MiB/s filters: stats: Measure time per operation filters: stats: Add flush stats filters/stats/stats.c | 117 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 96 insertions(+), 21 deletions(-) -- 2...
2016 Feb 26
7
[PATCH V3 0/3] basic busy polling support for vhost_net
...or and rx receive socket for a while. The maximum number of time (in us) could be spent on busy polling was specified ioctl. Test A were done through: - 50 us as busy loop timeout - Netperf 2.6 - Two machines with back to back connected mlx4 - Guest with 8 vcpus and 1 queue Results: - TCP_RR was imporved obviously (at most 27%). And cpu utilizaton was also improved in this case. - No obvious differences in Guest RX throughput. - Guest TX throughput was also improved. TCP_RR: size/session/+thu%/+normalize%/+tpkts%/+rpkts%/+ioexits%/ 1/ 1/ +27%/ 0%/ +27%/ +27%/ +25% 1/ 50/...
2016 Feb 26
7
[PATCH V3 0/3] basic busy polling support for vhost_net
...or and rx receive socket for a while. The maximum number of time (in us) could be spent on busy polling was specified ioctl. Test A were done through: - 50 us as busy loop timeout - Netperf 2.6 - Two machines with back to back connected mlx4 - Guest with 8 vcpus and 1 queue Results: - TCP_RR was imporved obviously (at most 27%). And cpu utilizaton was also improved in this case. - No obvious differences in Guest RX throughput. - Guest TX throughput was also improved. TCP_RR: size/session/+thu%/+normalize%/+tpkts%/+rpkts%/+ioexits%/ 1/ 1/ +27%/ 0%/ +27%/ +27%/ +25% 1/ 50/...