Displaying 20 results from an estimated 40 matches for "neglibl".
Did you mean:
neglible
2016 Mar 30
2
LLD: Possible optimization for TargetInfo
...er functions. TargetInfo handles platform-specific details,
and we have target-specific subclasses of that class. The subclasses
override functions defined in TargetInfo.
The TargetInfo member functions are called multiple times for each
relocation. So the cost of virtual function calls may be non-neglible. That
is a motication to do the following test.
As a test, I removed all TargetInfo subclasses except for x86-64, move all
code from X86_64TargetInfo to TargetInfo, and remove `virtual` from
TargetInfo.
The original LLD links itself (with debug info) in 7.499 seconds. The
de-virtualized version...
2007 Apr 20
2
Fastest way to repeatedly subset a data frame?
...r to get all results, I have to copy the loop out of the function
and paste it into R directly.
2) It is very, very slow. For a dataset of 62,000 rows and 253 list
entries, it takes probably 5 minutes on a pentium D. An implementation
of this kind of subsetting using hashtables in C# takes a neglible
amount of time.
I am open to any suggestions about data format, methods, anything.
Thanks,
Iestyn Lewis
Emory University
2016 Mar 30
4
LLD: Possible optimization for TargetInfo
...ecific details,
>> and we have target-specific subclasses of that class. The subclasses
>> override functions defined in TargetInfo.
>>
>> The TargetInfo member functions are called multiple times for each
>> relocation. So the cost of virtual function calls may be non-neglible. That
>> is a motication to do the following test.
>>
>> As a test, I removed all TargetInfo subclasses except for x86-64, move
>> all code from X86_64TargetInfo to TargetInfo, and remove `virtual` from
>> TargetInfo.
>>
>> The original LLD links itself (w...
2020 May 18
0
Multiple vulnerabilities in Dovecot
...57
CVSS: 7.5 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)
Vulnerability Details:
Sending malformed NOOP command causes crash in submission, submission-login or
lmtp service.
Risk:
Remote attacker can keep submission-login service down, causing denial of
service attack. For lmtp the risk is neglible, as lmtp is usually behind a
trusted MTA.
Steps to reproduce:
Send ``NOOP EE"FY`` to submission port, or similarly malformed command.
Solution:
Upgrade to fixed version.
------------------
Open-Xchange Security Advisory 2020-05-18
Product: Dovecot IMAP server
Vendor: OX Software GmbH...
2020 May 18
0
Multiple vulnerabilities in Dovecot
...57
CVSS: 7.5 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)
Vulnerability Details:
Sending malformed NOOP command causes crash in submission, submission-login or
lmtp service.
Risk:
Remote attacker can keep submission-login service down, causing denial of
service attack. For lmtp the risk is neglible, as lmtp is usually behind a
trusted MTA.
Steps to reproduce:
Send ``NOOP EE"FY`` to submission port, or similarly malformed command.
Solution:
Upgrade to fixed version.
------------------
Open-Xchange Security Advisory 2020-05-18
Product: Dovecot IMAP server
Vendor: OX Software GmbH...
2016 Mar 30
0
LLD: Possible optimization for TargetInfo
...handles platform-specific details,
> and we have target-specific subclasses of that class. The subclasses
> override functions defined in TargetInfo.
>
> The TargetInfo member functions are called multiple times for each
> relocation. So the cost of virtual function calls may be non-neglible. That
> is a motication to do the following test.
>
> As a test, I removed all TargetInfo subclasses except for x86-64, move all
> code from X86_64TargetInfo to TargetInfo, and remove `virtual` from
> TargetInfo.
>
> The original LLD links itself (with debug info) in 7.499 sec...
2016 Mar 30
0
LLD: Possible optimization for TargetInfo
...ns. TargetInfo handles platform-specific details, and we have target-specific subclasses of that class. The subclasses override functions defined in TargetInfo.
>
> The TargetInfo member functions are called multiple times for each relocation. So the cost of virtual function calls may be non-neglible. That is a motication to do the following test.
>
> As a test, I removed all TargetInfo subclasses except for x86-64, move all code from X86_64TargetInfo to TargetInfo, and remove `virtual` from TargetInfo.
>
> The original LLD links itself (with debug info) in 7.499 seconds. The de-...
2016 Mar 31
0
LLD: Possible optimization for TargetInfo
...>> and we have target-specific subclasses of that class. The subclasses
>>> override functions defined in TargetInfo.
>>>
>>> The TargetInfo member functions are called multiple times for each
>>> relocation. So the cost of virtual function calls may be non-neglible. That
>>> is a motication to do the following test.
>>>
>>> As a test, I removed all TargetInfo subclasses except for x86-64, move
>>> all code from X86_64TargetInfo to TargetInfo, and remove `virtual` from
>>> TargetInfo.
>>>
>>> The...
2016 Mar 31
2
LLD: Possible optimization for TargetInfo
...have target-specific subclasses of that class. The subclasses
>>>> override functions defined in TargetInfo.
>>>>
>>>> The TargetInfo member functions are called multiple times for each
>>>> relocation. So the cost of virtual function calls may be non-neglible. That
>>>> is a motication to do the following test.
>>>>
>>>> As a test, I removed all TargetInfo subclasses except for x86-64, move
>>>> all code from X86_64TargetInfo to TargetInfo, and remove `virtual` from
>>>> TargetInfo.
>>&g...
2016 Mar 31
0
LLD: Possible optimization for TargetInfo
...ific subclasses of that class. The subclasses
>>>>> override functions defined in TargetInfo.
>>>>>
>>>>> The TargetInfo member functions are called multiple times for each
>>>>> relocation. So the cost of virtual function calls may be non-neglible. That
>>>>> is a motication to do the following test.
>>>>>
>>>>> As a test, I removed all TargetInfo subclasses except for x86-64, move
>>>>> all code from X86_64TargetInfo to TargetInfo, and remove `virtual` from
>>>>> Ta...
2007 Apr 18
7
[RFC, PATCH 0/24] VMI i386 Linux virtualization interface proposal
...urther work on the Virtual Machine
Interface, VMI. The patches provided have been tested on 2.6.16-rc6.
We are currently recollecting performance information for the new -rc6
kernel, but expect our numbers to match previous results, which showed
no impact whatsoever on macro benchmarks, and nearly neglible impact
on microbenchmarks.
Unlike the full-virtualization techniques used in the traditional VMware
products, paravirtualization is a technique where the operating system
is modified to enlighten the hypervisor with timely knowledge about the
operating system's activities. Since the hyperviso...
2007 Apr 18
7
[RFC, PATCH 0/24] VMI i386 Linux virtualization interface proposal
...urther work on the Virtual Machine
Interface, VMI. The patches provided have been tested on 2.6.16-rc6.
We are currently recollecting performance information for the new -rc6
kernel, but expect our numbers to match previous results, which showed
no impact whatsoever on macro benchmarks, and nearly neglible impact
on microbenchmarks.
Unlike the full-virtualization techniques used in the traditional VMware
products, paravirtualization is a technique where the operating system
is modified to enlighten the hypervisor with timely knowledge about the
operating system's activities. Since the hyperviso...
2002 Sep 02
3
Slow Samba Printer initialisation, status, and printing
...t this only shows when server is started.
The initial browse to host and open also takes a fair while (~10secs), are
these delays normal ? Is there something I've configure wrong ?
Any all help appreciated.
checkpc produces no errors, and lprng directly from the server to the
printers takes neglible time (less than 3 secs to printer receiving data).
smb.conf follows:
# Global parameters
[global]
workgroup = MDU
server string = New MDU Print Server
security = SERVER
encrypt passwords = Yes
password server = pv-mdu-server1 pv-mdu-server2
l...
2016 Apr 04
1
Can you get page dirtying information on non-migrating VMs?
Hello everyone,
I've been looking through the libvirt API to get information about
memory page dirtying of VMs. I need these to aid decisions on which VM
to migrate.
The only thing I found is
virDomainGetJobStats()
with
VIR_DOMAIN_JOB_MEMORY_DIRTY_RATE
but that only works when a migration is already running.
Is there a way to get information on VMs which are not already migrating?
Thanks
2010 May 30
0
[fdo] Server reboot Monday morning UTC
Hi all,
most of the freedesktop.org servers just got new kernels, so they'll be
rebooted tomorrow (Monday) morning UTC.
Sorry for the short notice, downtime should be neglible.
Regards,
--
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are
2010 Jul 14
1
[fdo] Server reboot Thursday morning UTC
Hi all,
most of the freedesktop.org servers just got new kernels, so they'll be
rebooted tomorrow (Thursday) morning UTC.
Sorry for the short notice, downtime should be neglible.
Regards,
--
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are
2009 Feb 11
4
Benchmarks Inline-ASM vs. Intrinsics
...whole program optimization or
simple per translation unit optimization, but the performance difference
is so small that it's nearly lost in the measurement noise. Moving the
mmx intrinsic functions into the mmxstate.c file and declaring them as
static inline made a bigger difference (still neglible).
Cheers,
Nils
2015 Apr 20
2
[LLVMdev] SmallString + raw_svector_ostream combination should be more efficient
...between the
SmallString and the stream by making the SmallString private to the class.
This however did not treat the root problem, the duplication of the
information about the buffer between SmallString and the stream.
I can make performance measurements but even if the performance difference
is neglible (and looking at all the code paths and conditionals of
non-inlined functions at raw_ostream.cpp that's hard to believe), the
current SmallString-raw_svector_ostream is simply wrong.
Personally, after the previous "Alp" discussion I found and fixed several
such issues in my out-of-tr...
2007 Aug 21
7
installing on X86_64 - unable to build
hi wxrubiers
firstly - im right in understanding there is no gem for x86_64?
failing that i''ve been trying to compile, but am failing because ld cant find
lwx_gtk2u_aui-2.8
im on ubuntu (gutsy) and have wx-windows2.8 headers installed as well as
libwxbase2.8dev and libwxgtk2.8-dev
can anyone help?
thanks
glenn
2004 Jul 16
2
inconsistency in pchisq (PR#7099)
Full_Name: Richard Mott
Version: 1.9.0
OS: Windows XP
Submission from: (NULL) (81.178.233.208)
Shouldn't these give the same answer?
> pchisq(67.60644,df=1,lower.tail=F,ncp=0)
[1] 3.219647e-15
> pchisq(67.60644,df=1,lower.tail=F)
[1] 1.996145e-16
>