Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VFP Cursor Operations - Performance #1603

Open
MarioV-GH opened this issue Oct 16, 2024 · 0 comments
Open

VFP Cursor Operations - Performance #1603

MarioV-GH opened this issue Oct 16, 2024 · 0 comments
Labels

Comments

@MarioV-GH
Copy link

Describe the bug
Cursor operations in xSharp with huge performance difference to VFP.

To Reproduce
Comparison of the following prg-code beteween xSharp environment and VFP environment.
cursor_performance.zip

xSharp Performance Info
1000001 rows - insert duration :25,78
1000001 rows - replace duration :8,20
locate duration without index :0,64
duration creating index:6,43
locate duration :1,51

VFP - Performance Info
1000001 rows - insert duration :1.083
1000001 rows - replace duration :0.624
locate duration without index :0.093
duration creating index:0.848
locate duration :0.025

Expected behavior
Performance near VFP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants