search for: gecon

Displaying 7 results from an estimated 7 matches for "gecon".

Did you mean: decon
2018 Aug 16
3
Package compiler - efficiency problem
...ware of limitations of interpreted languages too and because of that even when writing my first mail I had a hunch that it is not that easy to address this problem. As you mentioned optimisation of compiler for handling non-standard code may be tricky and harmful for usual code. The question is if gEcon is the only package that may face the same issue because of compilation. The functions generated by gEcon are systems of non-linear equations defining the equilibrium of an economy (see http://gecon.r-forge.r-project.org/files/gEcon-users-guide.pdf if you want to learn a bit how we obtain it). Th...
2018 Aug 12
2
Package compiler - efficiency problem
Dear R team, I am a co-author and maintainer of one of R packages distributed by R-forge (gEcon). One of gEcon package users found a strange behaviour of package (R froze for couple of minutes) and reported it to me. I traced the strange behaviour to compiler package. I attach short demonstration of the problem to this mail (demonstration makes use of compiler and tictoc packages only). In s...
2018 Aug 17
0
Package compiler - efficiency problem
...nterpreted languages too and > because of that even when writing my first mail I had a hunch that it > is not that easy to address this problem.? As you mentioned > optimisation of compiler for handling non-standard code may be tricky > and harmful for usual code. The question is if gEcon is the only > package that may face the same issue because of compilation. > > The functions generated by gEcon are systems of non-linear equations > defining the equilibrium of an economy (see > http://gecon.r-forge.r-project.org/files/gEcon-users-guide.pdf if you > want to l...
2018 Aug 13
0
Package compiler - efficiency problem
...he first place. If it were too much work rewriting, perhaps the generator could just be improved to produce vectorized operations. Best Tomas On 12.8.2018 21:31, Karol Podemski wrote: > Dear R team, > > I am a co-author and maintainer of one of R packages distributed by R-forge > (gEcon). One of gEcon package users found a strange behaviour of package (R > froze for couple of minutes) and reported it to me. I traced the strange > behaviour to compiler package. I attach short demonstration of the problem > to this mail (demonstration makes use of compiler and tictoc packag...
2004 Oct 20
0
up and down shaping based on IP
...ok while the situation is : eth0 - connected to adsl modem and thus to internet eth1 - connected to 16port switch which supplies internet to 12 other computers. dsl connection is 1000/256 kbit/s Please correct my script to include upload control. Every host should have equal speed. > bernard@gecon:~$ cat /etc/rc.d/rc.htb > #!/bin/sh > CLIENTS="01 05 07 11 12 13 15 18 19 20 21 22" > htb_start() { > echo "tc qdisc add dev eth1 root handle 1: htb default 12" > tc qdisc add dev eth1 root handle 1: htb default 12 > echo "tc qdisc add dev eth0 root...
2004 Oct 21
3
[Fwd: up and down shaping based on IP]
...256 kbit/s Please correct my script to include upload control. Every host should have equal speed. I have read the howto, but do not understand it. Every client has here his own class. Should i create 2 classes for each (1 for upload and 1 for download ) ? Please help, im desperate. > bernard@gecon:~$ cat /etc/rc.d/rc.htb > #!/bin/sh > CLIENTS="01 05 07 11 12 13 15 18 19 20 21 22" > htb_start() { > echo "tc qdisc add dev eth1 root handle 1: htb default 12" > tc qdisc add dev eth1 root handle 1: htb default 12 > echo "tc qdisc add dev eth0 root...
2004 Oct 12
0
ssh and cs LAG
...rike or connect to my 486 via ssh (on lan), i get huge lag every 11-20 sec. when i connect to 486 via ssh and run iptraf program i see all the trafic, and after a while when lag comes the kb/s stats reset. and iptraf shows that there is only 50% bandwith usage. What could be the problem ? root@gecon:/home/bernard# cat /etc/rc.d/rc.htb #!/bin/sh HIGHSPEED="19 " CLIENTS="01 05 07 11 12 13 15 18 63" SLOW="20 21 22" htb_start() { echo "tc qdisc add dev eth1 root handle 1: htb default 12" tc qdisc add dev eth1 root handle 1: htb default 12 echo "tc qd...