Performance Improvements Sample Clauses

Performance Improvements. The performance of the voxelNotepad2 program continues to be as critical to its utility as its feature set. At the end of the Phase 2 effort, vnp2 was capable of interactively visualizing data sets of approximately ****. These data sets could be viewed, rotated, translated and zoomed at **** rates (i.e., approximately****). Initial loading times for property data and the time required to move between ****, however, is still less than optimal. Some tests indicate initial **** data load times of **** seconds for ****. The loading of “pre-processed” **** data (including for **** purposes) is on the order of **** seconds. During Phase 3 of the effort, we will significantly improve the voxelNotepad2 program’s loading and **** performance. Our goal is to be able to load and ****pre-processed **** data sets in **** seconds or less. In addition, we will explore the vnp2 programs’ performance and possible improvements for data sets up to and including ****. The vnp2 program’s loading and**** code will be significantly optimized during the Phase 3 effort. We will modify the vnp2 pre-processing algorithms and code to directly save property and **** access information. In addition, we will optimize the vnp2 program’s in **** data **** system to work efficiently with **** and larger data sets. Finally, we will characterize the program’s performance on data sets larger than **** and identify possible avenues to supporting data sets up to and CONTRACT NO. 6000000000/03 including ****
AutoNDA by SimpleDocs
Performance Improvements. As far as the results with respect to performance the final architecture is up to 1.8 times faster than the previous architecture. The expected results would be more than 2x as the cores are more than doubled. The reason is that the overhead for writing to LMEM the p(x), p(xn+1,x) and p(x,y) is included on the total runtime.. Actually for small numbers of bins the execution time is about the same between the 3 core and the 8core implementation. With the increase of the num of bins the performance increase is more visible as the write LMEM calls become a smaller portion of the total execution time. Another factor that increases the overhead is the initialization of the 10 streams from the LMEM. Num of Bins HWv.2 (3cores) (sec) HW (8cores) (sec) SpeedUp 96 0.01 0.01 1 2*96 0.043 0.025 1.7 5*96 0.52 0.33 1.6 8*96 2.1 1.2 1.8 10*96 4 2.4 1.7 12*96 6.8 4.1 1.7 Table 20: Final Architecture vs. Version 2 Architecture The number of bins has to be multiple of 96 as LMEM data have to be multiple of 384 bytes, which is the burst size. The difference from MI is that the PDFs are a lot larger in the TE case, so the division of the p(x,y) does not lead to streams with size smaller than 384 bytes. Padding is used if different size of bins is needed but it has a performance penalty. The best solution is for the number of Bins to be a multiple of 96. We present here the results with this restriction, as padding causes a very slight decrease in performance. We suggest if this architecture is used, that the num of bins is multiple of 96, if the applications allow it, in order to avoid the overhead introduced by padding. For completion we present the increase in performance vs. The version 2 software on the following Table. As a result the final architecture is up to 10 times faster than the equivalent software implementation. Num of Bins SWv2(sec) HW8core(sec) SpeedUp 96 0.04 0.01 4 2*96 0.25 0.025 10 5*96 3.2 0.33 9.7 8*96 11.6 1.2 9.7 10*96 22 2.4 9.2 12*96 37 4.1 9 Table 21: Final Architecture vs. Version 2 Software The above results show that the hardware system with 1 DFE can calculate up to 40 TE values every second, for 2*9 bins. This means that the hardware implementation can calculate the pairwise TE between 6 different stocks every second. Multi - DFE Just like with the Mutual Information case the multi DFE implementation for the final architecture is under development at the moment that the deliverable is being written. As a result we cannot provide any actual run...
Performance Improvements. (a) The parties are committed to working for the achievement of productivity improvements at the site level. Transport employees at each plant will participate in joint site consultative processes that have the objective of improving productivity. Such site consultative processes would include consultative committees and work groups. These consultative processes will support measures that will make positive progress in the Key Performance Indicators (KPIs) at each site. The areas covered by KPIs will include but not be limited to: • Hours (paid) per 1000 litres collected. • Kilometres travelled per 1000 litres collected. • Average litres per tanker per shift (averaged across the site fleet). • Conformance to schedule: ⮚ Time ⮚ Sequence ⮚ Kilometres travelled. • Average fuel economy (averaged across the site fleet). • Customer (Supplier) complaints. • Vehicle per trip and post-trip checks. (The existing base line to be the measure of comparison and/or level of variation.) These consultative processes will set targets for productivity improvements in the KPIs. Employee representatives will be able to participate in consultative committee discussions covering the implementation of the terms of this provision.
Performance Improvements. The responsiveness and the scalability of Graasp has been improved to en- able a better user experience and to provide a stable platform to build the Go-Lab portal upon. To be able to do meaningful performance improvements, the source code was analysed and profiled to identify performance bottlenecks. Afterwards, critical parts have been removed, redesigned and reimplemented. Two main metrics were used to measure the responsiveness: the average first load time and the average transition time between spaces. For Graasp this is al- most equal to the app server response time (see Figure 28). The measurements were done with the help of the NewRelic web application monitoring tool6. To achieve better responsiveness and scalability, the following improvements have been made: • Code Refactoring: A result of Graasp profiling was the discovery that Graasp’s notification subsystem contained a performance bottleneck. In- efficient code has been removed and part of it has been reimplemented. Another performance-related issue was located in the network commu- nication between the front-end (the presentation tier) and the back-end (the logic tier) (see deliverable G5.2 for the technical documentation of Graasp). The presentation tier and the logic tier communicate using JSON 1GitHub, xxxxx://xxxxxx.xxx‌ 2Graasp GitHub repository is private due to source code licensing restrictions. 3Graasp Shindig repository, xxxxx://xxxxxx.xxx/react-epfl/shindig-react 4Graasp issues page, xxxxx://xxxxxx.xxx/react-epfl/graasp/issues?page=1&state= closed 5Graasp Shindig issues page, xxxxx://xxxxxx.xxx/react-epfl/shindig-react/issues ?page=1&state=closed 6New Relic, xxxx://xxxxxxxx.xxx/ objects. The creation of these objects was inefficient, often due to redun- xxxx JSON fields. Such fields were identified and removed. This enabled a reduction in network traffic by a factor of 2 to 10 times providing an im- portant responsiveness improvement. • Loading members asynchronously: Members of a space are now loaded asynchronously in a separate call, which prevents blocking the UI and increases the responsiveness. • Memcached caching: A two-level caching for item sequences has been implemented in Graasp. When a user enters a space, first a general sequence of items is cached per space without taking into account any access control permissions. Afterwards, a sequence for a specific user based on the user’s access control permissions is cached for each space. The caching enables to load spaces wit...
Performance Improvements. As far as the results with respect to performance the final architecture is up to 1.8 times faster than the previous architecture. The expected results would be more than 2x as the cores are more than doubled. The reason is that the overhead for writing to LMEM the p(x), p(xn+1,x) and p(x,y) is included on the total runtime.. Actually for small numbers of bins the execution time is about the same between the 3 core and the 8core implementation. With the increase of the num of bins the performance increase is more visible as the write LMEM calls become a smaller portion of the total execution time. Another factor that increases the overhead is the initialization of the 10 streams from the LMEM. Num of Bins HWv.2 (3cores) (sec) HW (8cores) (sec) SpeedUp 96 0.01 0.01 1 2*96 0.043 0.025 1.7 5*96 0.52 0.33 1.6 8*96 2.1 1.2 1.8 10*96 4 2.4 1.7 12*96 6.8 4.1 1.7
Performance Improvements. The performance of the voxelNotepad2 program continues to be as critical to its utility as its feature set. At the end of the Phase 2 effort, vnp2 was capable of interactively visualizing data sets of approximately 1 million cells. These data sets could be viewed, rotated, translated and zoomed at interactive rates (i.e., approximately 30Hz). Initial loading times for property data and the time required to move between time steps, however, is still less than optimal. Some tests indicate initial ECL data load times of 300 seconds for 1 million cells. The loading of “pre-processed” ECL data (including for time stepping purposes) is on the order of 60 seconds. Dxxxxx Xxxxx 0 of the effort, we will significantly improve the voxelNotepad2 program’s loading and time stepping performance. Our goal is to be able to load and time step pre-processed 1 million cell data sets in 15 seconds or less. In addition, we will explore the vnp2 programs’ performance and possible improvements for data sets up to and including 10 million cells. The vnp2 program’s loading and time stepping code will be significantly optimized during the Phase 3 effort. We will modify the vnp2 pre-processing algorithms and code to directly save property and time step access information. In addition, we will optimize the vnp2 program’s in memory data caching system to work efficiently with 1 million cell and larger data sets. Finally, we will characterize the program’s performance on data sets larger than 1 million cells and identify possible avenues to supporting data sets up to and CONTRACT NO. 6000000000/03 including 10 million cells.

Related to Performance Improvements

  • Performance Improvement Plan timely and accurate completion of key actions due within the reporting period 100 percent The Supplier will design and develop an improvement plan and agree milestones and deliverables with the Authority

  • The Performance Improvement Process (a) The Performance Improvement Process will focus on the risks of non- performance and problem-solving. It may include one or more of the following actions:

  • Performance Monitoring A. Performance Monitoring of Subrecipient by County, State of California and/or HUD shall consist of requested and/or required written reporting, as well as onsite monitoring by County, State of California or HUD representatives.

  • Performance of the Work The Contractor shall perform all of the Work required for the complete and prompt execution of everything described or shown in, or reasonably implied from the Contract Documents for the above referenced Project.

  • CONTINUOUS IMPROVEMENT 3.1 The Supplier shall adopt a policy of continuous improvement in relation to the Services pursuant to which it will regularly review with the Authority the Services and the manner in which it is providing the Services with a view to reducing the Authority's costs (including the Framework Prices), the costs of Contracting Bodies and/or improving the quality and efficiency of the Services. The Supplier and the Authority will provide to each other any information which may be relevant to assisting the objectives of continuous improvement and in particular reducing costs.

  • Improvement Plans A. A professional improvement plan is a clearly articulated assistance program for a teacher whose student growth measure dimension of the evaluation is below the expected level of student growth. For the purposes of this agreement, improvement plans shall be based on the individual student growth measure level, and not for overall subjects or classes taught.

  • Lessee Improvements Lessee shall not make or allow to be made any alterations or physical additions in or to the leased premises without first obtaining the written consent of Lessor, which consent shall not be unreasonably withheld. Any alterations, physical additions or improvements to the leased premises made by Lessee shall at once become the property of Lessor and shall be surrendered to Lessor upon the termination of this Lease provided that Lessee shall be entitled to retain the property listed on Exhibit A attached hereto, and provided further that, Lessor, at its option, may require Lessee to remove any physical additions and/or repair any alterations in order to restore the leased premises to the condition existing at the time Lessee took possession, reasonable wear and tear excepted, all costs of removal and/or alterations to be borne by Lessee. This clause shall not apply to moveable equipment of furniture owned by Lessee, which may be removed by Lessee at the end of the term of this Lease if Lessee is not then in default and if such equipment and furniture are not then subject to any other rights, liens and interests of Lessor.

  • ALTERATIONS & IMPROVEMENTS Tenant shall not make any alterations, additions or improvements or do any type of construction to the Property without first obtaining Landlord's written consent. Unless prior written agreement is reached between Tenant and Landlord, any such alterations, additions, improvements or construction shall become part of the Property and shall remain at the expiration of Tenant's Lease term. If Landlord approves of alterations, additions, improvements or construction in writing and Tenant intends to use contractors to undertake such work, the contractors must first be approved in writing by Landlord. Tenant must also place any funds to cover the amount of any alterations, additions, improvements or construction in an escrow account approved by Landlord before the commencement of the work. Landlord shall designate the times and manner of the work being done, exclusively.

  • Performance Testing 7.2.1 The Design-Builder shall direct and supervise the tests and, if necessary, the retests of the Plant using Design-Builder’s supervisory personnel and the Air Emissions Tester shall conduct the air emissions test, in each case, in accordance with the testing procedures set forth in Exhibit A (the “Performance Tests”), to demonstrate, at a minimum, compliance with the Performance Guarantee Criteria. Owner is responsible for obtaining Air Emissions Tester and for ensuring Air Emissions Tester’s timely performance. Design-Builder shall cooperate with the Air Emissions Tester to facilitate performance of all air emissions tests. Design-Builder shall not be held responsible for the actions of Owner’s employees and third parties involved in the Performance Testing, including but not limited to Air Emissions Tester.

  • School Improvement The conditions which follow shall govern employee participation in any and all plans, programs, or projects included in the terms, site-based decision making, school improvement, effective schools as provided in Act 197, P.A. 1987 (Section 15.1919 (919b) MSA) or other similar plans:

Time is Money Join Law Insider Premium to draft better contracts faster.