Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
my app try to extract pattern between DNA sequence(input)and Genes data set(xml), usually Genes are huge data, hundred of thousands of gene sequences.
So could anyone tell me how i solve this problem?! and enhance the performance of my app?!

What I have tried:

i tried with small input and still get error.
Posted
Updated 30-Mar-16 22:58pm
Comments
Thomas Nielsen - getCore 31-Mar-16 7:38am    
Post the callstack
problem most likely happens while trying to load the data, but it'd be more serious suggestions if you could show the problem.

1 solution

Quote:
i tried with small input and still get error.
Define what is a small input, the size.

Quote:
usually Genes are huge data, hundred of thousands of gene sequences.
If you are serious about this, you need to hire a skilled programmer.
Your app probably need a total reorganize in order to remove the memory problem and enhance the performance. The form of the data and your usage is also very important.

There is no way a few hints will really help you.
and no hint is possible without an extended explanation of how you did your app.
 
Share this answer
 
v2
Comments
Member 12427654 31-Mar-16 5:19am    
i tried with 50 characters then 5 it is the same.
can you give me those few hints in general? i mean is there any algorithm that it used for the memory allocation?

thank you for your reply.
Patrice T 31-Mar-16 5:24am    
You need to show code that generate the error. With C#, memory allocation is automatic a,d there is no way 5 or 50 chars will have a memory allocation error, there is something else in your code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900