Sponsored Content
Full Discussion: To reduce execution time
Top Forums Shell Programming and Scripting To reduce execution time Post 302194484 by Sreejith_VK on Tuesday 13th of May 2008 02:49:33 AM
Old 05-13-2008
Removed duplicate post

Last edited by Sreejith_VK; 05-13-2008 at 04:09 AM.. Reason: Removed duplicate post
Sreejith_VK
 

10 More Discussions You Might Find Interesting

1. Programming

execution time

hi , i ve coded a C program in that im using malloc dynamically , it is being called many times in the program The program is to simulate jobs in manufacturing system. the execution time is increasing drastically as the number of jobs are increased. could any body tel what may be the problem... (2 Replies)
Discussion started by: ramki_rk
2 Replies

2. BSD

Reduce boot-time delay on FreeBSD?

Say for instance, I would like to reduce the delay/waiting time for the boot-time menu from 10 seconds to 5 seconds, how would I go about doing it? From what I've been able to find, entering "autoboot 5" into the right file would take care of that for me, but the man pages are unclear as to... (1 Reply)
Discussion started by: DownSouthMoe
1 Replies

3. UNIX for Dummies Questions & Answers

last execution time

is there a command in Solaris 8 that will show a particular scripts last execution time? (1 Reply)
Discussion started by: cubs0729
1 Replies

4. UNIX for Advanced & Expert Users

specifying an execution time

Hi all, do ny o u'll know how to set a particular execution time for a program??? for eg.: --> during the execution of a file, i call a certain other function. --> while calling this function, my comp hangs. now is there ny way in which i can go to the nxt line of code by aborting the call... (7 Replies)
Discussion started by: VGR
7 Replies

5. Shell Programming and Scripting

need inputs on how i can change my script to reduce amount of time the script takes

HI , I have a list1 which consists of data that i have to search and a list2 which has the files that need to be searched .So basically i am using list1 on list2 to see if list1 data is present if found replace it .I have written the code using foreach loop for each list .This is taking the... (1 Reply)
Discussion started by: madhul2002
1 Replies

6. UNIX for Dummies Questions & Answers

time taken for execution

how much time a particular command or shell script executed there is any command to know this thanks (5 Replies)
Discussion started by: tsurendra
5 Replies

7. Shell Programming and Scripting

Automation script to reduce the installation time

DELETED. (0 Replies)
Discussion started by: vasuvv
0 Replies

8. Shell Programming and Scripting

Help to reduce time of archiving

hi all, i have written the following script that does this work: 1. copy large logs files from one server to another. 2. then unzip this files and extraxt from these large https logs only those fields that are neccesary. 3. then archive the extracted logs to new files. BUT the problem is... (7 Replies)
Discussion started by: arrals_vl
7 Replies

9. Shell Programming and Scripting

Optimizing script to reduce execution time

AFILENAME=glow.sh FILENAME="/${AFILENAME}" WIDTHA=$(echo ${FILENAME} | wc -c) NTIME=0 RESULTS=$(for eachletter in $(echo ${FILENAME} | fold -w 1) do WIDTHTIMES=$(awk "BEGIN{printf... (5 Replies)
Discussion started by: SkySmart
5 Replies

10. Shell Programming and Scripting

Need to reduce the execution time

We are trying to execute below script for finding out the occurrence of a particular word in a log file Need suggestions to optimize the script. Test.log size - Approx to 500 to 600 MB $wc -l Test.log 16609852 Test.log po_numbers - 11 to 12k po's to search $more po_numbers xxx1335... (10 Replies)
Discussion started by: KumarPiyush7225
10 Replies
PERLEXPERIMENT(1)					 Perl Programmers Reference Guide					 PERLEXPERIMENT(1)

NAME
perlexperiment - A listing of experimental features in Perl DESCRIPTION
This document lists the current and past experimental features in the perl core. Although all of these are documented with their appropriate topics, this succinct listing gives you an overview and basic facts about their status. So far I've merely tried to find and list the experimental features and infer their inception, versions, etc. There's a lot of speculation here. Current experiments fork() emulation Introduced in Perl 5.6.1 See also perlfork Weak references Introduced in Perl 5.6.0 Internal file glob Introduced in Perl 5.6.0 Accepted in XXX 64-bit support Introduced in Perl 5.005 Accepted in XXX die accepts a reference Introduced in Perl 5.005 Accepted in Perl XXX Unicode support Introduced in Perl 5.6.0 Accepted in Perl 5.8.0 XXX -Dusemultiplicity -Dusethreads Introduced in Perl 5.6.0 Long Doubles Still Don't Work In Solaris Introduced in Perl 5.7.0 GetOpt::Long Options can now take multiple values at once (experimental) "Getopt::Long" upgraded to version 2.35 Removed in Perl 5.8.8 5.005-style threading Introduced in Perl 5.005 Removed in Perl 5.10 XXX Test::Harness::Straps Removed in Perl 5.10.1 perlcc Introduced in Perl 5.005 Removed in Perl 5.9.0 "our" can now have an experimental optional attribute "unique" Introduced in Perl 5.8.0 Deprecated in Perl 5.10.0 Assertions The "-A" command line switch Introduced in Perl 5.9.0 Removed in Perl 5.9.5 Linux abstract Unix domain sockets Introduced in Perl 5.9.2 See also Socket Pod::HTML2Pod Pod::PXML threads The <:pop> IO pseudolayer See also perlrun The <:win32> IO pseudolayer See also perlrun MLDBM See also perldsc internal functions with M flag See also perlguts lex_start API Introduced in Perl 5.13.7 internal API for %H Introduced in Perl 5.13.7 See also "cophh_" in perlapi. av_create_and_push av_create_and_unshift_one av_create_and_unshift_one PL_keyword_plugin hv_iternext_flags lex_bufutf8 lex_discard_to lex_grow_linestr lex_next_chunk lex_peek_unichar lex_read_space lex_read_to lex_read_unichar lex_stuff_pv lex_stuff_pvn lex_stuff_pvs lex_stuff_sv lex_unstuff parse_fullstmt parse_stmtseq PL_parser->bufend PL_parser->bufptr PL_parser->linestart PL_parser->linestr Perl_signbit pad_findmy sv_utf8_decode sv_utf8_downgrade bytes_from_utf8 bytes_to_utf8 utf8_to_bytes DB module Introduced in Perl 5.6.0 See also perldebug, perldebtut The pseudo-hash data type Introduced in Perl 5.6.0 Lvalue subroutines Introduced in Perl 5.6.0 See also perlsub There is an "installhtml" target in the Makefile. Unicode in Perl on EBCDIC "(?{code})" See also perlre "(??{ code })" See also perlre Backtracking control verbs "(*ACCEPT)" Introduced in: Perl 5.10 See also: "Special Backtracking Control Verbs" in perlre Code expressions, conditional expressions, and independent expressions in regexes The "N" regex character class The "N" character class, not to be confused with the named character sequence "N{NAME}", denotes any non-newline character in a regular expression. Introduced in: Perl 5.12 See also: gv_try_downgrade See also perlintern Experimental Support for Sun Studio Compilers for Linux OS See also perllinux Pluggable keywords See "PL_keyword_plugin" in perlapi for the mechanism. Introduced in: Perl 5.11.2 Accepted features These features were so wildly successful and played so well with others that we decided to remove their experimental status and admit them as full, stable features in the world of Perl, lavishing all the benefits and luxuries thereof. They are also awarded +5 Stability and +3 Charisma. (none yet identified) Removed features These features are no longer considered experimental and their functionality has disappeared. It's your own fault if you wrote production programs using these features after we explicitly told you not to (see perlpolicy). "legacy" The experimental "legacy" pragma was swallowed by the "feature" pragma. Introduced in: 5.11.2 Removed in: 5.11.3 AUTHORS
brian d foy "<brian.d.foy@gmail.com>" COPYRIGHT
Copyright 2010, brian d foy "<brian.d.foy@gmail.com>" LICENSE
You can use and redistribute this document under the same terms as Perl itself. perl v5.16.2 2012-10-25 PERLEXPERIMENT(1)
All times are GMT -4. The time now is 10:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy