Programming :: Programs Run Faster Than Windows?

Jul 25, 2010

I know this may be just me being a little bias on OS's but... I quite honestly believe that "some" programs run faster on linux than on windows.

Open Office for example, It runs amazingly fast on my linux distro but runs horribly (laggy) on my Vista machine.

Firefox also appears to run faster on my linux machine than on my Vista machine.

There are several more examples but I could go on and on with this.

My point is, do programs run faster on linux than on windows? Or is it just me that is in denial?

I am not sure if comparing linux to Vista is a good comparison in terms of program speed or not...

Also it should be noted that the Vista machine "hardware" is "several" times faster than my linux machine's "hardware".

I am not trying to start a flame war or anything like that, I am just trying to make sure I haven't totally lost my mind.

View 7 Replies


ADVERTISEMENT

Ubuntu :: Put Frequently Used Programs In Ram For Faster Startup Time?

Jun 12, 2010

I was wondering if there is any tool or program that stores a copy of frequently used files eg. Binarys, program library's etc. in memory so when they are requested by the OS they load instantly. I'm asking because I have a system with plenty of ram but very slow hard disks. Having programs like opera and java/eclipse load from ram would greatly speed up their start time. Ideally they would be loaded into ram in the background after I log in. Of course all writes made to these files would have to be made to the files on disk for obvious reasons.I don't want the entire OS in ram because it will not fit, just frequently accessed files.

View 4 Replies View Related

General :: Mac-like Tweak To Make Programs Start Faster

Apr 24, 2010

I've been working with Macs nowadays and noticed that programs load like "instantly" once it has been open and closed.

I don't know if MAC is pre-fetching them to somewhere but it is good to start Firefox right after you closed it.

what MAC actually does and how this could be implemented ? I have 6gb of ram on my laptop. Running Kubuntu 10.04 RC1.

View 3 Replies View Related

Programming :: Which Is Faster In These Fread() Commands

May 5, 2010

Which is faster:

fread(&buf, 1, 1024, fp);
or
fread(&buf, 1024, 1, fp);

[code]...

View 14 Replies View Related

Debian :: Ethernet Speed Much Faster In Windows

Feb 14, 2011

I currently have debian installed dual booting with windows 7. Whenever I go to speedtest.net I ger over 20mbs with windows 7 and .098mbs with debian and ubuntu can wnyone tell me what is going on. I called AT&T Uverse and they said that I had over 900 file sharing sessions still open and that is what was causing the problem so they reset my network gateway for me ad we tried again, same thing debian low ethernet speed windows 7 very high ethernet speed can anyone help me out with this

View 4 Replies View Related

Ubuntu :: Restore Open Windows Faster?

Jul 27, 2010

I'd like open windows to reappear from the taskbar faster. There's always a delay of at least 1 or 2 seconds between clicking on a minimized window and it being restored.

At first I assumed this was a limitation of ubuntu, but I've realised since the delay is the same across the board, regardless of the application, which makes me think it's a deliberate setting.

Am I right - and if so where can I alter it?

View 6 Replies View Related

Software :: Why Do Windows Applications Start Faster

Jan 12, 2010

I noticed that on Linux, applications are much, much smaller but they take forever to start sometimes (namely, OpenOffice). However, MS Office starts up super fast, but I see it is huge (it needs 2GB to install).

Is there a trade-off between size and start time? If so, is it possible to "enlarge" some of my programs so they would start faster? I have plenty of unused disk space, and a few larger programs wouldn't really hurt.

View 9 Replies View Related

Programming :: Bash - Why Is Process Substitution <() So Much Faster

Nov 25, 2010

file allids consists of 300,000 rows, each containing a 5-7 digit numeric id. file newids consists of 20,000 rows of id's. How do you explain the following timings? time: 0.07s:

Code:

diff <(sort allids) <(sort newids)
time: 1.6s:

[code].....

View 4 Replies View Related

Ubuntu :: Windows Loading Pages Faster Using Firefox?

Oct 1, 2010

Two very simmilar laptops connected to the same WiFi router loading the same web pages. Firefox on Windows does that for 3 secons, while Firefox on Ubuntu needs 1-3 minutes to load the same page. What could be the reason for this? Any idea how to fix it? The laptop with Ubuntu runs 10.04 LTS (lucid), Firefox is 3.6.10 and on any other WiFi network it loads the web pages really faster but why is much slower than Windows now?When testing the speed on URL...Ubuntu loads times faster than Windows. The WiFi router has been reseted. Firefox has been started in -safe-mode, both didn't help.

View 4 Replies View Related

Programming :: Association Lists Are Faster Than Hash Tables?

Jun 13, 2011

I'm writing an interpreter and it used simple association lists for mapping varaible names to their values. Here's the code:

Code:

#include "assoc_array.hpp"
#include <string.h>
using namespace LANG_NAMESPACE;

[code]....

I thought that I would replace it with a hash table to increase performance. Note that I decided to store linked lists in the buckets instead of the actual values, in case the hash function outputs the same index for multiple variable names:

Code:

#include "hash_table.hpp"
#include "assoc_array.hpp"
#include <string.h>

[code]....

It runs in about 0.333 seconds on my machine. Since I'm using git version control, I decided to bring back the old version that used association lists. To my amazement, it ran 3 times faster, completing in 0.116 seconds! Is my hash table implementaion really that bad, or is this a really poor benchmark (and real-world code actually will be faster using the hash table)?

View 7 Replies View Related

Ubuntu :: X-Windows: Pointer Moves Faster Horizontally Than Vertically?

Feb 7, 2011

I've set up the Apple Magic Trackpad with my dual-scren Ubuntu system, the screens of which give me combined screen resolution 3360x1050. It works basically, however the coordinate ranges are messed up, as follows.Moving my finger the bottom of the trackpad to the top, my pointer moves from bottom of display to top.However the same is true horizontally: From the left side of the trackpad to the right, the pointer moves from the left of the monitor A to the right of monitor B.Thus the speed horizontally is 3 times what it is vertically.How can I fix this? Even if I remove one monitor (no big deal) the pointer will still move 50% faster horizontally

View 2 Replies View Related

Ubuntu :: Will Windows Programs Work On Ext3 In Windows

Aug 22, 2010

can windows7 programs properly work on ext3 filesystem in windows (if i use ext2ifs)?

View 2 Replies View Related

Ubuntu :: How To Run Windows Programs

Apr 21, 2011

i just recently downloaded ubuntu on my computer and i like it a lot because i enjoy programming but i cant figure out how to run windows programs on it. for my college im doing programming in matlab and i have it on my computer but i cant get it to work. i have downloaded wine but maybe a windows emulator will make it work?

View 5 Replies View Related

General :: Can Run Some Of My Old Windows Programs

Oct 31, 2009

I'm running a triple boot, XP, Vista and Ubunta 9.10, I understand that some windows programs can be run on Linux and I need to know how. I don't just mean only Microsoft programs but third party programs as well.

View 14 Replies View Related

Programming :: How To Put OWN Programs Into Runlevel

Nov 29, 2010

I've always thought that the idea was very cool, but I get restricted by the way distros think that "httpd" and the like are the only things that should go into a runlevel - I mean Fedora doesn't even let you turn off the GUI!I want to do some lower-level hacking than that, so can someone help me?

View 1 Replies View Related

Programming :: Put Lock Between To Programs

May 3, 2011

i have two c++ programs, first one captures network packet from eth interface and save it in a file, second one uses this generated file for its purposes, data stream always exists then first program should always be running, although second program cannot read the file while the first program is writing in it, then i need to define a lock which can be checked by both progs before read/write, how is it possible to define this kind of lock in linux?

View 5 Replies View Related

Fedora :: Programs Equivalence For Windows?

Jun 13, 2010

Is there a list somewhere that shows what programs for Fedora are the equivalence for Windows? I know that OpenOffice is the equivalence for Office but what else.

View 7 Replies View Related

General :: Backing Up Windows 7 Programs?

Aug 24, 2010

I want to do a clean re-install of Windows 7 but there are files and installed programs which need to be backed up and restored. I tried using the Windows 7 backup utility to do a full backup to an external usb drive. The problem is that whenever the backup gets close to finishing, it always crashes. The system I am backing up has been compromised by viruses, which might be causing this. I already used several utilities to get rid of the viruses but some of the damage they did can not be undone. I tried doing the backup in safe mode but Windows 7 does not allow this. What other methods can I use to backup and restore important programs and files on Windows 7? Perhaps there is a way to do it from outside Windows 7, like say, using a Linux live cd? One of the main problems I see is restoring installed programs since those make use of the registry so simply copying the files probably won't work.

View 3 Replies View Related

Ubuntu :: Reinstalling Windows To Run Certain Programs

Feb 11, 2010

I have to reinstall windows on to my disk to run certain programs and I know I really have to uninstall ubuntu. Is there a way I can backup my whole ubuntu o/s or will it be easier for me to download a whole new disk from Net.

View 2 Replies View Related

Ubuntu :: Tell Me More Language Programs In Windows ?

Jun 9, 2010

I used to work on Tell me more language programs in windows . but now i can't setup them even after using wine . i'm really need to run these programs . can i ? or i have to go back to windows ?

View 3 Replies View Related

Ubuntu :: Running Programs From Windows?

Jul 3, 2010

I have a dual boot system, Windows 7 and a WUBI installed Ubuntu 10.04, both are 64 bit. Can I use Wine to run a program installed on the Windows partition? If so is there anything special I need to do? My Ubuntu partition is really small and I:d like to keep it that way.

View 3 Replies View Related

Ubuntu :: Run Windows Programs On Netbook 10.0?

Apr 19, 2011

Is there an easier way to run windows programs on Ununtu netbook 10.0?

View 3 Replies View Related

General :: Run Windows Programs On Unix OS?

Mar 16, 2010

i am now running Slitaz 2.0 and i would like to know how to run windows applications on my system. My OS didnt come with this wine ive been hearing about so i dont know what do do.

View 7 Replies View Related

General :: Run Windows Applications As Programs ?

Feb 16, 2011

What is the best way to run windows software on linux system? I have both Fedora 14 and CentOS 5.5 installed.

View 2 Replies View Related

Programming :: Create C Programs That Connect With Each Other?

Nov 22, 2010

So I was reading one of the Unix Philosophy rules by Eric Raymond:# Rule of Composition:Design programs to be connected to other programs.How does one achieve that? I know one could several C programs and then use a bash script to feed in the stdin, but how do you do that with just pure C, do you do it with pipelines?

View 2 Replies View Related

Programming :: Write Animation Programs In Using C Or C++?

Feb 16, 2011

wants to do miniproject as part of the academic curriculum using Computer graphics on Linux using C or C++. Can any one direct me to a direction how i can proceed. I know basics of C and C++

View 9 Replies View Related

Programming :: Unable To Compile C++ Programs

Mar 15, 2009

I work on Fedora 9 and I'm unable to compile my c++ program using the make in the terminal as well as in the IDE-Anjuta.although 'make' works fine with C programs,I get an error that g++ command is not found whenever I try it with C++ programs.

View 3 Replies View Related

Debian :: Programs Open With (Blacked Out) Windows?

Aug 10, 2015

Long story short, been using Debian for 2+ years. Recently did a Clean install of Jessie (which worked fine). I wanted to test out Ubuntu 14.04 so I distro hopped for a couple weeks. Now I'm back on Debian Jessie (did a clean install again).

Problem is: Everything works fine, but after the computer runs for a while (like 2+ hours) any new program windows that I open are completely blacked out. Just like opening a big square black tile. They are unusable until I restart the computer, then everything works fine again for another 2+ hours.

I've never had this problem before, not even with my previous clean installation of Jessie. This time I installed it in the same way that I did the last time.

View 0 Replies View Related

OpenSUSE :: Wine Not Opening Some Windows Programs?

Jun 17, 2011

Some windows programs won't run after I have installed them with Wine. They either won't run or they make the screen go to a black painting screen (screen goes black and you can paint over it with your mouse to make the desktop reappear). I have tried changing the windows version and made no difference. I have even tried opening it in a virtual window and made no difference (Window opens then closes)

View 9 Replies View Related

Ubuntu :: NBR Auto Minimizes Programs And Windows?

May 16, 2010

I'm running Ubuntu 10.4 with Gnome and installed the netbook-remix so I could log into that as its own session when I'm just doing basic stuff.I log into the NBR session and all looks good, but when I run a program or open a window, it automatically minimizes the window. I maximize it and it just re-minimizes it. What can I do to stop this?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved