node.js - Using Underscore or lodash in Nodejs for realtime computations ? Performance? -
i'd use lodash in nodejs project pluck,intersection,zip etc.. have mongodb collection 'onlineusers' , has 'params' array in every user(doc) .the redundant job app find intersection on params array of 1 user rest of users , find user2 user1 has interesected params .
there might around 500-600 onlineusers want scale upto thousands. dont know if aggregation framework helps making array intersections
using underscore or lodash in realtime finding intersections of 100 or 1000s arrays normal ? need response less 2s atleast .
anyone benchmarks(pluck , intersection) great
Comments
Post a Comment