flat assembler
Message board for the users of flat assembler.

Index > Projects and Ideas > CISAM conversion

Author
Thread Post new topic Reply to topic
Indalecio



Joined: 04 Apr 2007
Posts: 3
Indalecio 04 Apr 2007, 14:34
Hi all
First post, first question Smile

We´re running on Unix Tru64. We are maintaining a large amount of C-ISAM files, and some of them have a size > 10 GB. So we´re currently using C to perform some of our biggest file conversions. Now I´d like to investigate the possibility of performing these conversions using assembler language instead.

Does any of you have any ideas or experience about using assembler for file conversion? Any remarks are highly appreciated.

HTH
Yann
Post 04 Apr 2007, 14:34
View user's profile Send private message Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 04 Apr 2007, 15:12
generally file conversion in ASM is same as in C.

You should profile your C application, find which part is taking most time, and rewrite it in assembly optimized for your specific purpose.
Post 04 Apr 2007, 15:12
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
LocoDelAssembly
Your code has a bug


Joined: 06 May 2005
Posts: 4624
Location: Argentina
LocoDelAssembly 04 Apr 2007, 16:25
Quote:

So we´re currently using C to perform some of our biggest file conversions

And it takes 100 % CPU usage? The problem with files is that disks are not fast enough to get the CPU permanently busy, so if your current C program doesn't takes all the CPU time then I think it doesn't worth the efforts of writing an ASM version.
Post 04 Apr 2007, 16:25
View user's profile Send private message Reply with quote
Indalecio



Joined: 04 Apr 2007
Posts: 3
Indalecio 05 Apr 2007, 07:29
Thanks for the response guys.
Yes, the conversions are usually taking 100% of the CPU. The C programs used for this purpose are fully designed and optimized so I could probably start to identify what parts are taking most time, as you suggest.

I´m not sure one can easily translate all CISAM specific commands to assembler, unless this can be found on the internet or if you´re good at analysing that kind of thing. I´ll probably do some search first.

Any idea about the size of such a small project? Do you think such competence is beyond the average Assembler coder´s capacities?

HTH
Yann
Post 05 Apr 2007, 07:29
View user's profile Send private message Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 05 Apr 2007, 08:50
we don't know what exactly you do.

Do you call some 3rd party libraries to parse data ("CISAM specific commands")? If yes, then probably THESE are the speed critical parts.

If entire transformation is just your code, what do you mean by "Cisam specific commands"?
Post 05 Apr 2007, 08:50
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
Indalecio



Joined: 04 Apr 2007
Posts: 3
Indalecio 05 Apr 2007, 09:19
We are using the isam.h library, which is heavily used for all programs using CISAM files, containing all commands to create/amend/delete a record in such files (property of Informix). Don't know if this answers your question though.
Post 05 Apr 2007, 09:19
View user's profile Send private message Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 05 Apr 2007, 10:13
then i believe the part that eats most time is this library. You would probably have to rewrite parts of this library to speed things up
Post 05 Apr 2007, 10:13
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.